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
commit c44c489ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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