Merge branch 'master' into v2-master-merge

This commit is contained in:
Lynn Cyrin (they/them)
2019-10-01 20:38:58 -07:00
committed by GitHub

View File

@@ -107,7 +107,7 @@ type RequiredFlag interface {
type DocGenerationFlag interface { type DocGenerationFlag interface {
Flag Flag
// TakesValue returns true of the flag takes a value, otherwise false // TakesValue returns true if the flag takes a value, otherwise false
TakesValue() bool TakesValue() bool
// GetUsage returns the usage string for the flag // GetUsage returns the usage string for the flag