mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Improved layout.
This commit is contained in:
parent
52b185e653
commit
6186c1cc87
6 changed files with 14 additions and 14 deletions
|
@ -445,9 +445,9 @@ program
|
|||
, 'provider name (or os.hostname())'
|
||||
, String
|
||||
, os.hostname())
|
||||
.option('-w, --resources-watch'
|
||||
.option('-dw, --disable-watch'
|
||||
, Boolean
|
||||
, process.env.RESOURCES_WATCH)
|
||||
, process.env.DISABLE_WATCH)
|
||||
.action(function() {
|
||||
var log = logger.createLogger('cli')
|
||||
, options = cliutil.lastArg(arguments)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue