mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 15:53:23 +02:00
Starting to add WebPack support.
This commit is contained in:
@@ -445,6 +445,9 @@ program
|
||||
, 'provider name (or os.hostname())'
|
||||
, String
|
||||
, os.hostname())
|
||||
.option('-w, --resources-watch'
|
||||
, Boolean
|
||||
, process.env.RESOURCES_WATCH)
|
||||
.action(function() {
|
||||
var log = logger.createLogger('cli')
|
||||
, options = cliutil.lastArg(arguments)
|
||||
|
||||
Reference in New Issue
Block a user