From 72c249389c590a6817f21cf21c68bc0a076823bf Mon Sep 17 00:00:00 2001 From: "Lynn Cyrin (they/them)" Date: Fri, 13 Sep 2019 07:35:16 -0700 Subject: [PATCH] Update command.go --- command.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command.go b/command.go index 037abe9..9724a3b 100644 --- a/command.go +++ b/command.go @@ -218,7 +218,6 @@ func (c *Command) useShortOptionHandling() bool { // the arguments (remainingArgs) as this is what flag expects. func reorderArgs(commandFlags []Flag, args []string) []string { var remainingArgs, reorderedArgs []string - var reorderedArgs []string nextIndexMayContainValue := false for i, arg := range args {