reduce diff

This commit is contained in:
Lynn Cyrin 2019-07-11 20:28:29 -07:00
parent 30a71dc427
commit 9c299e7e8a
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

2
app.go
View File

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