Add mergePersistentFlags in strip flags since we now look at the flag set.
This commit is contained in:
@ -275,6 +275,7 @@ func stripFlags(args []string, c *Command) []string {
|
||||
if len(args) < 1 {
|
||||
return args
|
||||
}
|
||||
c.mergePersistentFlags()
|
||||
|
||||
commands := []string{}
|
||||
|
||||
|
Reference in New Issue
Block a user