mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-11 14:28:05 +00:00
Fix UV_FIND_LINKS
delimiter to split on commas (#10477)
#8061 incorrectly claims to change the delimiter for `UV_FIND_LINKS` from spaces to commas. In reality, it prevents `UV_FIND_LINKS` from being split. This commit fixes that.
This commit is contained in:
parent
b3d7beb1a0
commit
2982c2074c
1 changed files with 1 additions and 0 deletions
|
@ -4593,6 +4593,7 @@ pub struct IndexArgs {
|
||||||
long,
|
long,
|
||||||
short,
|
short,
|
||||||
env = EnvVars::UV_FIND_LINKS,
|
env = EnvVars::UV_FIND_LINKS,
|
||||||
|
value_delimiter = ',',
|
||||||
value_parser = parse_find_links,
|
value_parser = parse_find_links,
|
||||||
help_heading = "Index options"
|
help_heading = "Index options"
|
||||||
)]
|
)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue