Remove debugging

main
jhowarth 9 years ago
parent 8f1fb06a58
commit cbd95292ac

@ -196,10 +196,8 @@ func (a *App) RunAsSubcommand(ctx *Context) error {
fmt.Println("")
if len(a.Commands) > 0 {
ShowSubcommandHelp(context)
fmt.Println("subcommands")
} else {
ShowCommandHelp(ctx, context.Args().First())
fmt.Println("commands")
}
fmt.Println("")
return cerr

Loading…
Cancel
Save