Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme help, force color output #24

Merged
merged 1 commit into from
Aug 28, 2016
Merged

Readme help, force color output #24

merged 1 commit into from
Aug 28, 2016

Conversation

mickare
Copy link
Contributor

@mickare mickare commented Aug 28, 2016

If you use a custom build script and sub-programms sometimes do not output color. CLICOLOR_FORCE=1` as environment variable helps.

First I thought that SublimeANSI was not working. But it turned out that gnu-make assumed that the output pipe has no color support and so did not output any colors. Fortunately gnu-make supports CLICOLOR_FORCE.

To save the time of other people this information would be a very good nice-to-have in the readme file.

If you use a custom build script and sub-programms don't output color, it could be that they assume the output has no colors. `CLICOLOR_FORCE=1` as environment variable helps.
@aziz aziz merged commit 390b0fb into aziz:master Aug 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants