You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be as simple as an option for colorama to "do nothing" and let scripts use os.getenv, although I don't see why it would be too hard for colorama to add in support.
While color is great when you want it, it can be annoying when you don't.
https://no-color.org/
This manifesto suggests supporting a
NO_COLOR
environment variable that disables all color codes when set.I think it'd be neat to officially support it.
The text was updated successfully, but these errors were encountered: