Skip to content

Commit 0faf2ef

Browse files
committed
Merge pull request #393 from gopherjs/fix-gopherjs-tool-shorthand-redefinition-panic
Fix "shorthand redefinition" panic when running `gopherjs tool` command.
2 parents 76dd0e0 + e33dbf3 commit 0faf2ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tool.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ func main() {
448448
}
449449
cmdTool.Flags().BoolP("e", "e", false, "")
450450
cmdTool.Flags().BoolP("l", "l", false, "")
451-
cmdTool.Flags().BoolP("m", "m", false, "")
452451
cmdTool.Flags().StringP("o", "o", "", "")
453452
cmdTool.Flags().StringP("D", "D", "", "")
454453
cmdTool.Flags().StringP("I", "I", "", "")

0 commit comments

Comments
 (0)