mirror of
https://github.com/all-contributors/cli.git
synced 2025-01-09 21:46:29 +00:00
parent
9f875e9aa8
commit
9f72f9aabc
1 changed files with 2 additions and 0 deletions
2
cli.js
2
cli.js
|
@ -18,6 +18,8 @@ var defaultRCFile = path.join(cwd, '.all-contributorsrc');
|
||||||
var argv = yargs
|
var argv = yargs
|
||||||
.help('help')
|
.help('help')
|
||||||
.alias('h', 'help')
|
.alias('h', 'help')
|
||||||
|
.alias('v', 'version')
|
||||||
|
.version()
|
||||||
.command('generate', 'Generate the list of contributors')
|
.command('generate', 'Generate the list of contributors')
|
||||||
.usage('Usage: $0 generate')
|
.usage('Usage: $0 generate')
|
||||||
.command('add', 'add a new contributor')
|
.command('add', 'add a new contributor')
|
||||||
|
|
Loading…
Reference in a new issue