Merge branch 'master' into v2-master-merge
This commit is contained in:
commit
c44c489ca5
2
flag.go
2
flag.go
@ -107,7 +107,7 @@ type RequiredFlag interface {
|
||||
type DocGenerationFlag interface {
|
||||
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
|
||||
|
||||
// GetUsage returns the usage string for the flag
|
||||
|
Loading…
Reference in New Issue
Block a user