Index URL options do not parse "space separated" URLs as multiple options #1702
Labels
compatibility
Compatibility with a specification or another tool
enhancement
New feature or improvement to existing functionality
good first issue
Good for newcomers
e.g. via
UV_EXTRA_INDEX_URL
or--extra-index-url
if you passhttps://foo/ https://bar
we will treat this as a single URL but it should be split into two.It's unclear if space separated URLs are the best option. It seems brittle to split the input.
Originally posted in #1688 (comment)
The text was updated successfully, but these errors were encountered: