cleo
cleo copied to clipboard
feat(stream_output): respect `FORCE_COLOR`
Closes #341
What do you think about including a warning when both NO_COLOR and FORCE_COLOR are supplied (like build does)? 🤔
What do you think about including a warning when both
NO_COLORandFORCE_COLORare supplied (like build does)? 🤔
I agree, there should be a warning message (even if only for debugging purposes).
Question: Is this intended to replace the ANSICON environment variable option?