Remove debugging

This commit is contained in:
jhowarth 2015-03-02 11:18:59 -08:00
parent 8f1fb06a58
commit cbd95292ac

2
app.go
View File

@ -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