diff --git a/app.go b/app.go index 31a9070..e87ed98 100644 --- a/app.go +++ b/app.go @@ -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