-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
NO_COLOR implementation doesn't match the spec #38
Comments
Ah, thanks! Even though it's in bold, I overlooked it 😆 Probably a cross-language thing? PR welcome, otherwise I probably won't get to it later today. //cc @stramel since it might be a surprise to you too |
Yes, it's an annoying misfeature of the |
How did you encounter this? Were you actually trying to do |
Trying to get |
NO_COLOR
is meant to disable color regardless of the value:i.e. all of the following should disable color:
But the current implementation expects it to be truthy:
kleur/index.mjs
Line 10 in b08ad63
The text was updated successfully, but these errors were encountered: