Merge branch 'master' into pass-through-regression

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

View File

@@ -86,7 +86,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