Skip to content

Commit 0e69f1b

Browse files
authored
Merge pull request webpack#5306 from TheKnarf/master
Yargs.alias does not take 3 argument, only 2
2 parents c586289 + 5841b4c commit 0e69f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/config-yargs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var OPTIMIZE_GROUP = "Optimizing options:";
99
module.exports = function(yargs) {
1010
yargs
1111
.help("help")
12-
.alias("help", "h", "?")
12+
.alias("help", "h")
1313
.version()
1414
.alias("version", "v")
1515
.options({

0 commit comments

Comments
 (0)