Skip to content

Commit

Permalink
revert testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren authored Nov 28, 2019
1 parent d733c54 commit 233958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse.go
Original file line number Diff line number Diff line change
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 err
return nil
}
return err
}
Expand Down

0 comments on commit 233958c

Please sign in to comment.