Skip to content

Commit

Permalink
BREAKING: Remove -v alias for --version
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Feb 3, 2018
1 parent 06aa6ee commit aa0088d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Advanced options:
--config Set a custom path to look for a config file [string]
Options:
-v, --version Show version number [boolean]
--version Show version number [boolean]
-h, --help Show help [boolean]
Examples:
Expand Down
1 change: 0 additions & 1 deletion lib/args.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ Usage:
type: 'string'
})
.version(version)
.alias('v', 'version')
.alias('h', 'help')
.example('$0 input.css -o output.css', 'Basic usage')
.example(
Expand Down

0 comments on commit aa0088d

Please sign in to comment.