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:
Jeremy Foxcroft 2025-01-10 15:04:35 -05:00 committed by GitHub
parent b3d7beb1a0
commit 2982c2074c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
)]