Closed CodaFi closed 6 years ago
Replace --no-colors with --color-diagnostics. Not as good a UX on the command line, but we spend most of our time writing tests anyways.
--no-colors
--color-diagnostics
The frontend can choose to enable colors when we arent executing a verb, but we dont yet provide a full compile job.
⛵️
I wonder if we can be smarter.
could check if stdout / stderr isatty ?
What's in this pull request?
Replace
--no-colors
with--color-diagnostics
. Not as good a UX on the command line, but we spend most of our time writing tests anyways.