Revert "try forcing color"

This reverts commit 6aa260fd25.
This commit is contained in:
William Woodruff 2025-12-16 20:16:15 -05:00
parent 6aa260fd25
commit 14a3a506c6
No known key found for this signature in database

View file

@ -641,7 +641,6 @@ async fn run(app: &mut App) -> Result<ExitCode, Error> {
ColorMode::Never
} else if std::env::var("FORCE_COLOR").is_ok()
|| std::env::var("CLICOLOR_FORCE").is_ok()
|| utils::is_ci()
{
ColorMode::Always
} else {