mirror of https://github.com/webpack/webpack.git
Merge pull request #1425 from cesarandreu/cli-config-alias
Add -c config alias to the CLI
This commit is contained in:
commit
c97c3ab502
|
@ -1,7 +1,7 @@
|
|||
module.exports = function(optimist) {
|
||||
optimist
|
||||
.boolean("help").alias("help", "h").alias("help", "?").describe("help")
|
||||
.string("config").describe("config")
|
||||
.string("config").alias("config", "c").describe("config")
|
||||
.string("context").describe("context")
|
||||
.string("entry").describe("entry")
|
||||
.string("module-bind").describe("module-bind")
|
||||
|
|
Loading…
Reference in New Issue