Open yggdr opened 7 months ago
if someone has some cycles to investigate, but we use console::colors_enabled()
so figuring out if it's console or our code is where I would start. It does appear that doesn't respect FORCE_COLOR
, so that may need to be added.
This is a bit strange because I recall fairly recently using these settings myself and it working.
Describe the bug Mise's documentation claims to respect the
CLICOLOR
andCLICOLOR_FORCE
environment variables, andFORCE_COLOR
according to code comments. But with the color setting set to false, it never outputs color.To Reproduce
Goes similarly in other shells.
Expected behavior
CLICOLOR_FORCE
should make mise output color to stdout no matter what.mise doctor
output