-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mise ignores the environments CLICOLOR_FORCE
#1836
Labels
bug
Something isn't working
Comments
if someone has some cycles to investigate, but we use This is a bit strange because I recall fairly recently using these settings myself and it working. |
yggdr
added a commit
to yggdr/mise
that referenced
this issue
Apr 5, 2024
The old implementation had issues with piping the result since stdout/stderr was not acutally captured in the shell but directly printed to the terminal. The fix here unfortunately effectivly turns off colors in mise, as mise seems to not honor CLICOLOR_FORCE et. al. environment variables as per jdx#1836
yggdr
added a commit
to yggdr/mise
that referenced
this issue
Apr 5, 2024
The old implementation had issues with piping the result since stdout/stderr was not acutally captured in the shell but directly printed to the terminal. The fix here unfortunately effectivly turns off colors in mise, as mise seems to not honor CLICOLOR_FORCE et. al. environment variables as per jdx#1836
yggdr
added a commit
to yggdr/mise
that referenced
this issue
Apr 6, 2024
The old implementation had issues with piping the result since stdout/stderr was not acutally captured in the shell but directly printed to the terminal. The fix here unfortunately effectivly turns off colors in mise, as mise seems to not honor CLICOLOR_FORCE et. al. environment variables as per jdx#1836
yggdr
added a commit
to yggdr/mise
that referenced
this issue
Apr 6, 2024
The old implementation had issues with piping the result since stdout/stderr was not acutally captured in the shell but directly printed to the terminal. The fix here unfortunately effectivly turns off colors in mise, as mise seems to not honor CLICOLOR_FORCE et. al. environment variables as per jdx#1836
yggdr
added a commit
to yggdr/mise
that referenced
this issue
Apr 30, 2024
The old implementation had issues with piping the result since stdout/stderr was not acutally captured in the shell but directly printed to the terminal. The fix here unfortunately effectivly turns off colors in mise, as mise seems to not honor CLICOLOR_FORCE et. al. environment variables as per jdx#1836
yggdr
added a commit
to yggdr/mise
that referenced
this issue
Jun 8, 2024
The old implementation had issues with piping the result since stdout/stderr was not acutally captured in the shell but directly printed to the terminal. The fix here unfortunately effectivly turns off colors in mise, as mise seems to not honor CLICOLOR_FORCE et. al. environment variables as per jdx#1836
yggdr
added a commit
to yggdr/mise
that referenced
this issue
Jul 4, 2024
The old implementation had issues with piping the result since stdout/stderr was not acutally captured in the shell but directly printed to the terminal. The fix here unfortunately effectivly turns off colors in mise, as mise seems to not honor CLICOLOR_FORCE et. al. environment variables as per jdx#1836
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
outputThe text was updated successfully, but these errors were encountered: