We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b119e7 commit 5841b4cCopy full SHA for 5841b4c
1 file changed
bin/config-yargs.js
@@ -9,7 +9,7 @@ var OPTIMIZE_GROUP = "Optimizing options:";
9
module.exports = function(yargs) {
10
yargs
11
.help("help")
12
- .alias("help", "h", "?")
+ .alias("help", "h")
13
.version()
14
.alias("version", "v")
15
.options({
0 commit comments