Skip to content

Commit 5841b4c

Browse files
committed
Yargs.alias does not take 3 argument, only 2
1 parent 5b119e7 commit 5841b4c

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)