We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aa6ee commit aa0088dCopy full SHA for aa0088d
README.md
@@ -54,7 +54,7 @@ Advanced options:
54
--config Set a custom path to look for a config file [string]
55
56
Options:
57
- -v, --version Show version number [boolean]
+ --version Show version number [boolean]
58
-h, --help Show help [boolean]
59
60
Examples:
lib/args.js
@@ -127,7 +127,6 @@ Usage:
127
type: 'string'
128
})
129
.version(version)
130
- .alias('v', 'version')
131
.alias('h', 'help')
132
.example('$0 input.css -o output.css', 'Basic usage')
133
.example(
0 commit comments