diff --git a/command.go b/command.go index 01f7c6f1..d0a57f64 100644 --- a/command.go +++ b/command.go @@ -1190,6 +1190,7 @@ func (c *Command) InitDefaultHelpCmd() { Short: "Help about any command", Long: `Help provides help for any command in the application. Simply type ` + c.Name() + ` help [path to command] for full details.`, + DisableFlagParsing: true, ValidArgsFunction: func(c *Command, args []string, toComplete string) ([]string, ShellCompDirective) { var completions []string cmd, _, e := c.Root().Find(args)