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

--color seems to not do anything #80

Closed
sigmaSd opened this issue Nov 1, 2022 · 1 comment · Fixed by #81
Closed

--color seems to not do anything #80

sigmaSd opened this issue Nov 1, 2022 · 1 comment · Fixed by #81

Comments

@sigmaSd
Copy link

sigmaSd commented Nov 1, 2022

--color is passed to rustc , but this doesn't affect the final output since its generated by this crate.

so currently --color translates to rustc --color always --metadata-format=json which actually has no effect.

To actually force color the user currently needs to set FORCE_COLOR=1 to make owo-colors actually force the colors.

@pacak
Copy link
Owner

pacak commented Nov 1, 2022

Thank you for the report, I think it's a regression caused by #70 - I need to pay more attention to such details. Fixed and released 0.2.2

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 a pull request may close this issue.

2 participants