mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 01:05:14 +02:00
Tidying.
This commit is contained in:
10
lib/cli.js
10
lib/cli.js
@@ -15,12 +15,10 @@ Promise.longStackTraces()
|
||||
program
|
||||
.version(pkg.version)
|
||||
|
||||
var notifier = updateNotifier({
|
||||
packageName: pkg.name,
|
||||
packageVersion: pkg.version
|
||||
})
|
||||
|
||||
notifier.notify()
|
||||
updateNotifier({
|
||||
packageName: pkg.name
|
||||
, packageVersion: pkg.version
|
||||
}).notify()
|
||||
|
||||
program
|
||||
.command('provider [serial..]')
|
||||
|
||||
Reference in New Issue
Block a user