mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +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,
|
||||
short,
|
||||
env = EnvVars::UV_FIND_LINKS,
|
||||
value_delimiter = ',',
|
||||
value_parser = parse_find_links,
|
||||
help_heading = "Index options"
|
||||
)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue