Alias and description for path param
This commit is contained in:
parent
420063822f
commit
41ad0436ad
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,11 @@ const path = require('path');
|
|||
const prompt = require('prompt');
|
||||
const argv = require('yargs')
|
||||
.usage('Usage: blabber [options]')
|
||||
.option('path')
|
||||
.option('path', {
|
||||
aliases: 'p',
|
||||
desc: 'Specify a place to save the comic.'
|
||||
})
|
||||
.alias('help', 'h')
|
||||
.help()
|
||||
.version()
|
||||
.wrap(process.stdout.columns)
|
||||
|
|
Loading…
Add table
Reference in a new issue