pub const NO_COLOR_ENV: &str = "NO_COLOR";Expand description
The environment variable that, when present (regardless of value), disables
color regardless of any explicit choice (the NO_COLOR standard).
pub const NO_COLOR_ENV: &str = "NO_COLOR";The environment variable that, when present (regardless of value), disables
color regardless of any explicit choice (the NO_COLOR standard).