We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056be8b commit 2c8c401Copy full SHA for 2c8c401
cmd/src/main.go
@@ -102,9 +102,7 @@ func main() {
102
}
103
104
// if we didn't run a migrated command, then lets try running the legacy version
105
- if !ranMigratedCmd {
106
- commands.run(flag.CommandLine, "src", usageText, normalizeDashHelp(os.Args[1:]))
107
- }
+ commands.run(flag.CommandLine, "src", usageText, normalizeDashHelp(os.Args[1:]))
108
109
110
// normalizeDashHelp converts --help to -help since Go's flag parser only supports single dash.
0 commit comments