We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c1d0f commit fd85f28Copy full SHA for fd85f28
command-helpers.go
@@ -122,7 +122,7 @@ func (thisRef *Command) flagNeededCommandsForExecuteAndPopulateTheirFlags(args [
122
// check that all required flags are set
123
for _, rf := range requriedFlags {
124
if !rf.wasSet {
125
- updateErrorToReturn(fmt.Errorf("Missing requried flag [%s]", rf.name))
+ updateErrorToReturn(fmt.Errorf("Missing required flag [%s]", rf.name))
126
break
127
}
128
0 commit comments