You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/17 00:57:55 UTC

[GitHub] starpit opened a new issue #384: no support for forcing pass-through of ANSI colors

starpit opened a new issue #384: no support for forcing pass-through of ANSI colors
URL: https://github.com/apache/incubator-openwhisk-cli/issues/384
 
 
   most CLIs offer a way to force ANSI color codes, even if the output is not a TTY (e.g. if piping to another process that actually understands ANSI color codes; e.g. `less`).
   
   for examples:
   ```bash
   git -c color.ui=always
   IBMCLOUD_COLOR=true ibmcloud target
   ```
   
   the package you are using to generate ANSI color codes also supports this (EnableColors).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services