Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Add a no color command line switch #110

Closed
bronzehedwick opened this issue May 24, 2016 · 3 comments · Fixed by #121
Closed

Add a no color command line switch #110

bronzehedwick opened this issue May 24, 2016 · 3 comments · Fixed by #121

Comments

@bronzehedwick
Copy link
Contributor

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
Copy link
Member

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

Best
Peter

@tobli
Copy link
Member

tobli commented May 24, 2016

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

@bronzehedwick
Copy link
Contributor Author

Excellent, I'll take a crack at this.

bronzehedwick pushed a commit to bronzehedwick/coach that referenced this issue May 31, 2016
soulgalore pushed a commit that referenced this issue May 31, 2016
* Add noColor command line switch.
This resolves #110.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants