diff --git a/lib/app.coffee b/lib/app.coffee index 14083b53..8ea4e6a4 100644 --- a/lib/app.coffee +++ b/lib/app.coffee @@ -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'