mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-03 07:14:35 +00:00
Gave a better name to the --color
placeholder (#3226)
## Summary The cli gives <COLOR> as value placeholder which is misleading. I changed this to <COLOR_CHOICE> to make it obvious you don't supply a color but a ColorChoice value. ## Test Plan Compiled and verified --help text was correct
This commit is contained in:
parent
430ac7c45c
commit
936facfb08
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ pub(crate) struct GlobalArgs {
|
|||
long,
|
||||
value_enum,
|
||||
default_value = "auto",
|
||||
conflicts_with = "no_color"
|
||||
conflicts_with = "no_color",
|
||||
value_name = "COLOR_CHOICE"
|
||||
)]
|
||||
pub(crate) color: ColorChoice,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue