Skip to content

Commit

Permalink
Fix UV_FIND_LINKS delimiter to split on commas (#10477)
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
foxcroftjn authored Jan 10, 2025
1 parent b3d7beb commit 2982c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/uv-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)]
Expand Down

0 comments on commit 2982c20

Please sign in to comment.