copy update

This commit is contained in:
Lynn Cyrin 2019-07-17 00:25:13 -07:00 committed by GitHub
parent 01d5cfab70
commit 32d84d8e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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