no support for forcing pass-through of ANSI colors
Open
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
Assessment
This issue has not been assessed yet.