copy update
This commit is contained in:
parent
01d5cfab70
commit
32d84d8e87
4
flag.go
4
flag.go
@ -75,8 +75,8 @@ type Flag interface {
|
||||
GetName() string
|
||||
}
|
||||
|
||||
// RequiredFlag is an interface that allows us to return mark flags as required
|
||||
// it allows flags defined in this library to be marked as required in a backwards compatible fashion
|
||||
// RequiredFlag is an interface that allows us to mark flags as required
|
||||
// it allows flags required flags to be backwards compatible with the Flag interface
|
||||
type RequiredFlag interface {
|
||||
Flag
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user