reduce diff

This commit is contained in:
Lynn Cyrin 2019-07-18 00:51:16 -07:00
parent 19140e1fb5
commit d8985dc6d5
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

1
app.go
View File

@ -201,7 +201,6 @@ func (a *App) Run(arguments []string) (err error) {
err = set.Parse(arguments[1:])
nerr := normalizeFlags(a.Flags, set)
context := NewContext(a, set, nil)
if nerr != nil {
fmt.Fprintln(a.Writer, nerr)
ShowAppHelp(context)