mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
commit
161c6ee01a
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() {
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
"utf-8-validate": "^1.2.1",
|
||||
"uuid": "^3.0.0",
|
||||
"ws": "^1.0.1",
|
||||
"yargs": "^6.5.0",
|
||||
"yargs": "^6.6.0",
|
||||
"zmq": "^2.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue