reduce diff

main
Lynn Cyrin 5 years ago
parent 30a71dc427
commit 9c299e7e8a
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

@ -332,7 +332,7 @@ func (a *App) RunAsSubcommand(ctx *Context) (err error) {
} else { } else {
ShowCommandHelp(ctx, context.Args().First()) ShowCommandHelp(ctx, context.Args().First())
} }
fmt.Fprintln(a.Writer, err) return nerr
} }
if cerr != nil { if cerr != nil {

Loading…
Cancel
Save