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

Add NO_USES_TERMINAL option #585

Merged
merged 1 commit into from
Dec 15, 2024

Conversation

jschwe
Copy link
Collaborator

@jschwe jschwe commented Dec 15, 2024

Adds a flag which allows not passing the USES_TERMINAL option to custom targets that corrosion creates.
This prevents cargo from detecting the terminal, and e.g. prevents the default colored output, but allows reducing verbosity when doing quiet builds.

Closes #583

@jschwe jschwe merged commit 6d0b915 into corrosion-rs:master Dec 15, 2024
40 checks passed
@jschwe jschwe deleted the optional_uses_terminal branch December 15, 2024 20:58
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.

Quiet flag is not that quiet
1 participant