-
Notifications
You must be signed in to change notification settings - Fork 206
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 env variable to configure locked, frozen and color #726
Conversation
This looks good to me, please describe it in the docs. |
I added the doc. I tried to tweak |
xref with clap-rs/clap-verbosity-flag#53 (comment) |
For
https://docs.conan.io/2/reference/environment.html#terminal-color-variables Not sure which one is more widely adopted though. |
Thanks again @hadim |
See #714 for context.
In short, it adds:
PIXI_COLOR
to configure--color
PIXI_LOCKED
to configure--locked
PIXI_FROZEN
to configure--frozen
I could not find a way to configure
--quiet
and--verbose
since theVerbosity
struct belongs toclap_verbosity_flag
.I went the easy way for the name of the env variables, but please let me know if you prefer something else.
TODO: