Cargo doesn't respect CARGO_TERM_COLOR for help messages #13124
Labels
A-console-output
Area: Terminal output, colors, progress bar, etc.
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
Problem
I always run with CARGO_TERM_COLOR=never, as I find colorized output very hard to read, nearly impossible to read with default term colors on many systems (both Windows & Linux), and of negligible value even if I tweak the default term colors.
Color enable/disable for cargo sub-commands is all over the map, which I understand, since each sub-command is responsible for implementing a "--color" option and/or reading and respecting CARGO_TERM_COLOR. However, even cargo itself is ignoring color preferences, at least in help. I've tried in both:
cargo version
cargo 1.74.0 (ecb9851 2023-10-18)
and
cargo version
cargo 1.76.0-nightly (623b788 2023-12-02)
Steps
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: