Skip to content

Commit

Permalink
testing the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 28, 2019
1 parent 9e7226e commit d733c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse.go
Expand Up @@ -21,7 +21,7 @@ func parseIter(set *flag.FlagSet, ip iterativeParser, args []string, shellComple
err := set.Parse(args)
if !ip.useShortOptionHandling() || err == nil {
if shellComplete {
return nil
return err
}
return err
}
Expand Down

0 comments on commit d733c54

Please sign in to comment.