mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Tidying.
This commit is contained in:
parent
2dcd98486e
commit
843e5f65e1
1 changed files with 4 additions and 6 deletions
10
lib/cli.js
10
lib/cli.js
|
@ -15,12 +15,10 @@ Promise.longStackTraces()
|
||||||
program
|
program
|
||||||
.version(pkg.version)
|
.version(pkg.version)
|
||||||
|
|
||||||
var notifier = updateNotifier({
|
updateNotifier({
|
||||||
packageName: pkg.name,
|
packageName: pkg.name
|
||||||
packageVersion: pkg.version
|
, packageVersion: pkg.version
|
||||||
})
|
}).notify()
|
||||||
|
|
||||||
notifier.notify()
|
|
||||||
|
|
||||||
program
|
program
|
||||||
.command('provider [serial..]')
|
.command('provider [serial..]')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue