Skip to content

Commit c2022b3

Browse files
yeskunalldevongovett
authored andcommitted
Remove -h alias for hmr-port option (#692)
The alias was clashing with the alias for help Closes 655
1 parent b02839f commit c2022b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ program
1414
parseInt
1515
)
1616
.option(
17-
'-h, --hmr-port <port>',
17+
'--hmr-port <port>',
1818
'set the port to serve HMR websockets, defaults to random',
1919
parseInt
2020
)

0 commit comments

Comments
 (0)