diff --git a/cmd/src/main.go b/cmd/src/main.go index 1bc131c0eb..8499d6465f 100644 --- a/cmd/src/main.go +++ b/cmd/src/main.go @@ -102,9 +102,7 @@ func main() { } // if we didn't run a migrated command, then lets try running the legacy version - if !ranMigratedCmd { - commands.run(flag.CommandLine, "src", usageText, normalizeDashHelp(os.Args[1:])) - } + commands.run(flag.CommandLine, "src", usageText, normalizeDashHelp(os.Args[1:])) } // normalizeDashHelp converts --help to -help since Go's flag parser only supports single dash.