diff --git a/command.go b/command.go index af91dbc..6e09a32 100644 --- a/command.go +++ b/command.go @@ -264,6 +264,7 @@ func argIsFlag(commandFlags []Flag, arg string) bool { } } } + // return false if this arg was not one of our flags return false }