diff --git a/crates/uv-cli/src/lib.rs b/crates/uv-cli/src/lib.rs index 4f6bd465d..7e7b65bbc 100644 --- a/crates/uv-cli/src/lib.rs +++ b/crates/uv-cli/src/lib.rs @@ -3813,7 +3813,6 @@ pub struct IndexArgs { long, short, env = "UV_FIND_LINKS", - value_delimiter = ' ', value_parser = parse_flat_index, help_heading = "Index options" )] diff --git a/docs/configuration/environment.md b/docs/configuration/environment.md index cf29ad291..31bf07f88 100644 --- a/docs/configuration/environment.md +++ b/docs/configuration/environment.md @@ -7,7 +7,7 @@ uv accepts the following command-line arguments as environment variables: - `UV_EXTRA_INDEX_URL`: Equivalent to the `--extra-index-url` command-line argument. If set, uv will use this space-separated list of URLs as additional indexes when searching for packages. - `UV_FIND_LINKS`: Equivalent to the `--find-links` command-line argument. If set, uv will use this - space-separated list of additional locations to search for packages. + comma-separated list of additional locations to search for packages. - `UV_CACHE_DIR`: Equivalent to the `--cache-dir` command-line argument. If set, uv will use this directory for caching instead of the default cache directory. - `UV_NO_CACHE`: Equivalent to the `--no-cache` command-line argument. If set, uv will not use the