Skip to content

Commit aa0088d

Browse files
committed
BREAKING: Remove -v alias for --version
1 parent 06aa6ee commit aa0088d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Advanced options:
5454
--config Set a custom path to look for a config file [string]
5555
5656
Options:
57-
-v, --version Show version number [boolean]
57+
--version Show version number [boolean]
5858
-h, --help Show help [boolean]
5959
6060
Examples:

lib/args.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ Usage:
127127
type: 'string'
128128
})
129129
.version(version)
130-
.alias('v', 'version')
131130
.alias('h', 'help')
132131
.example('$0 input.css -o output.css', 'Basic usage')
133132
.example(

0 commit comments

Comments
 (0)