This commit is contained in:
Michael Schuett
2019-01-27 01:44:36 -05:00
parent ff1c0b58dd
commit 7c383b0d16
3 changed files with 13 additions and 13 deletions

View File

@@ -266,7 +266,7 @@ func reorderArgs(args []string) []string {
}
func translateShortOptions(set *flag.FlagSet, flagArgs Args) []string {
allCharsFlags := func (s string) bool {
allCharsFlags := func(s string) bool {
for i := range s {
f := set.Lookup(string(s[i]))
if f == nil {