ionic-team / ionic-cli

The Ionic command-line interface
MIT License
2k stars 653 forks source link

`ionic cordova requirements` looses colored output of `cordova requirements` #2911

Open janpio opened 6 years ago

janpio commented 6 years ago

If you call cordova requirements you get highlighting colors for warnings and errors. If you call ionic cordova requirements this gets lost and is all boring.

imhoffd commented 6 years ago

I can't fix this unless the CLI we're wrapping allows forcing output of colors. Most will detect whether they're running in a tty, and if not, they don't print any colors.

janpio commented 6 years ago

Interesting. Thanks.