mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Update yargs
This commit is contained in:
parent
1ca61935a1
commit
c14ee446dc
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ var _argv = yargs.usage('Usage: $0 <command> [options]')
|
|||
.command(require('./storage-temp'))
|
||||
.command(require('./triproxy'))
|
||||
.command(require('./websocket'))
|
||||
.demand(1, 'Must provide a valid command.')
|
||||
.demandCommand(1, 'Must provide a valid command.')
|
||||
.help('h', 'Show help.')
|
||||
.alias('h', 'help')
|
||||
.version('V', 'Show version.', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue