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
It looks like some projects (namely, Rich) start printing out things like bold/italic with FORCE_COLOR set (additionally to producing colors), but don't stop doing that when FORCE_COLOR=1 is also present. So it results in programs producing non-colored output with ANSI sequences in stdout. When that is piped into other programs, the supposedly machine-readable output is suddenly broken and stuff explodes.
So I'd like to ask if NO_COLOR should fully suppress the effect of FORCE_COLOR or not?