sitespeedio / coach

Clear Eyes. Full Hearts. Can’t Lose.
MIT License
1.21k stars 64 forks source link

Add a no color command line switch #110

Closed bronzehedwick closed 8 years ago

bronzehedwick commented 8 years ago

I'd like the an option on the command line to turn off color output in the table view, with something like --no-color. I would like to generate reports using this tool, but the ANSI color codes make the output hard to read.

soulgalore commented 8 years ago

Hey @bronzehedwick , good idea, lets see how we can fix that.

Best Peter

tobli commented 8 years ago

Quick implementation note: since we use chalk it should be as easy as using https://www.npmjs.com/package/chalk#chalkenabled. Patches welcome! =)

bronzehedwick commented 8 years ago

Excellent, I'll take a crack at this.