You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if it wouldn't be feasible to support both conventions simultaneously in this crate. The unknown question is which convention should be prioritized. Personally, I think it doesn't matter and would probably check NO_COLOR after CLICOLOR.
Relevant code, as far as I see, is only this chunk:
While this crate follows https://bixense.com/clicolors/, several crates in the ecosystem (for example
tracing
) follow another convention of forcing tools not to print coloured output: https://no-color.org/I wonder if it wouldn't be feasible to support both conventions simultaneously in this crate. The unknown question is which convention should be prioritized. Personally, I think it doesn't matter and would probably check
NO_COLOR
afterCLICOLOR
.Relevant code, as far as I see, is only this chunk:
console/src/utils.rs
Lines 19 to 23 in de2f15a
The text was updated successfully, but these errors were encountered: