Replies: 2 comments 2 replies
-
Is there a reason you want a clap-specific env variable? As part of the color work we will be doing soon, I was planning to support
|
Beta Was this translation helpful? Give feedback.
0 replies
-
FORCE_CLICOLOR or CLICOLOR_FORCE would be great, thank you. Is there a tracking issue for this feature? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is such possibility https://docs.rs/clap/latest/clap/enum.ColorChoice.html#variant.Always but it requires code modification. So, it would be nice to control this behavior with clap-specific environment variable.
For example
Inside app just
then, when it needed
Beta Was this translation helpful? Give feedback.
All reactions