Open daboross opened 2 years ago
colored::Colorize will specifically not color things if NO_COLOR env variable is set, or other conditions per ShouldColorize.
colored::Colorize
NO_COLOR
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.
colored::Colorize
will specifically not color things ifNO_COLOR
env variable is set, or other conditions perShouldColorize
.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.