revert testing change

This commit is contained in:
lynn [they] 2019-11-27 20:37:23 -08:00 committed by GitHub
parent d733c54701
commit 233958cd00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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