fern icon indicating copy to clipboard operation
fern copied to clipboard

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

Open daboross opened this issue 2 years ago • 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 https://github.com/daboross/fern/pull/99, we also patch a test to ignore this inconsistency.

daboross avatar Apr 15 '22 13:04 daboross