mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
Disable colour highlighting
This commit is contained in:
parent
4ad7fd0132
commit
aefb809c11
@ -39,6 +39,14 @@ capitano.globalOption
|
||||
description: 'project path'
|
||||
alias: 'p'
|
||||
|
||||
# We don't do anything in response to this options
|
||||
# explicitly. We use InquirerJS to provide CLI widgets,
|
||||
# and that module understands --no-color automatically.
|
||||
capitano.globalOption
|
||||
signature: 'no-color'
|
||||
description: 'disable colour highlighting'
|
||||
boolean: true
|
||||
|
||||
yesOption =
|
||||
signature: 'yes'
|
||||
description: 'confirm non interactively'
|
||||
|
Loading…
x
Reference in New Issue
Block a user