Hi, I run angular CLI tasks in my own scripts that internally use `concurrently`. This setup disables colors in the angular CLI issue. It would be great to be able to force color support via an env var, like `FORCE_COLOR`. Related to: * https://github.com/angular/angular-cli/issues/6478 * https://github.com/open-cli-tools/concurrently/issues/238
Hi,
I run angular CLI tasks in my own scripts that internally use
concurrently. This setup disables colors in the angular CLI issue.It would be great to be able to force color support via an env var, like
FORCE_COLOR.Related to: