apache / apache/openwhisk-cli

no support for forcing pass-through of ANSI colors

Open
#384 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue help wanted
Dominant language
Go
Stars
109
Forks
98
PR merge metrics
No merged PRs in 30d

Description

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).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.