We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
rustc --color always --metadata-format=json
To actually force color the user currently needs to set FORCE_COLOR=1 to make owo-colors actually force the colors.
FORCE_COLOR=1
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
--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.The text was updated successfully, but these errors were encountered: