daboross/fern

WithFgColor doesn't match colored::Colorize's behavior

daboross opened this issue · 0 comments

colored::Colorize will specifically not color things if NO_COLOR env variable is set, or other conditions per ShouldColorize.

We ignore this, and thus have inconsistency. As of #99, we also patch a test to ignore this inconsistency.