aws / aws/amazon-q-developer-cli
Remove text styling/colors in `--no-interactive` mode.
Open
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 439
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/aws/amazon-q-developer-cli/pull/878 introduced `--no-interactive` mode. However, output from here will still output ANSI escape sequences for styling and coloring. This can be problematic for automated tools that use Q's output.
Styling is built-in the output, so it seems that there will be a significant refactor needed to avoid this.
Contributor guide
Assessment
This issue has not been assessed yet.