Skip to content

Commit dc4db08

Browse files
committed
Removing two aliases that were already used
1 parent 6547827 commit dc4db08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/config-optimist.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = function(optimist) {
22
optimist
33
.boolean("help").alias("help", "h").alias("help", "?").describe("help")
4-
.string("config").alias("config", "c").describe("config")
4+
.string("config").describe("config")
55
.string("context").describe("context")
66
.string("entry").describe("entry")
77
.string("module-bind").describe("module-bind")
@@ -27,7 +27,7 @@ module.exports = function(optimist) {
2727
.boolean("watch-stdin").alias("watch-stdin", "stdin").describe("watch which closes when stdin ends")
2828
.describe("watch-aggregate-timeout")
2929
.describe("watch-poll")
30-
.boolean("hot").alias("hot", "h").describe("hot")
30+
.boolean("hot").describe("hot")
3131
.boolean("debug").describe("debug")
3232
.string("devtool").describe("devtool")
3333
.boolean("progress").describe("progress")

0 commit comments

Comments
 (0)