mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Update yargs
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user