mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
13 lines
278 B
CoffeeScript
13 lines
278 B
CoffeeScript
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'
|