From f4128a02f3215e532dff0b96e21a8e2cb08389a1 Mon Sep 17 00:00:00 2001 From: Lynn Cyrin Date: Thu, 1 Aug 2019 22:54:15 -0700 Subject: [PATCH] Update command.go --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.go b/command.go index e3b57db..f1ca02d 100644 --- a/command.go +++ b/command.go @@ -272,7 +272,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 {