2015-01-15 17:10:14 +00:00
|
|
|
exports.yes =
|
|
|
|
signature: 'yes'
|
|
|
|
description: 'confirm non interactively'
|
|
|
|
boolean: true
|
|
|
|
alias: 'y'
|
|
|
|
|
|
|
|
exports.application =
|
|
|
|
signature: 'application'
|
|
|
|
parameter: 'application'
|
|
|
|
description: 'application id'
|
|
|
|
alias: [ 'a', 'app' ]
|
|
|
|
required: 'You have to specify an application'
|
2015-02-03 18:52:17 +00:00
|
|
|
|
|
|
|
exports.network =
|
|
|
|
signature: 'network'
|
|
|
|
parameter: 'network'
|
|
|
|
description: 'network type'
|
|
|
|
alias: 'n'
|
|
|
|
|
|
|
|
exports.wifiSsid =
|
|
|
|
signature: 'ssid'
|
|
|
|
parameter: 'ssid'
|
|
|
|
description: 'wifi ssid, if network is wifi'
|
|
|
|
alias: 's'
|
|
|
|
|
|
|
|
exports.wifiKey =
|
|
|
|
signature: 'key'
|
|
|
|
parameter: 'key'
|
|
|
|
description: 'wifi key, if network is wifi'
|
|
|
|
alias: 'k'
|