Closed
Description
What is the problem this feature will solve?
The styleText
utility does not take into account if NO_COLOR
is passed. It would be nice if it did.
What is the feature you are proposing to solve the problem?
Before applying styles, check if NO_COLOR
is set.
Other tools, like picocolors, look at cli flags as well.
Would be happy to submit a PR.
What alternatives have you considered?
No response