mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-26 12:09:12 +00:00
Add support for UV_EXTRA_INDEX_URL
(#1515)
Closes https://github.com/astral-sh/uv/issues/1450
This commit is contained in:
parent
2ea44d863a
commit
d5e8531ae3
2 changed files with 5 additions and 5 deletions
|
@ -45,7 +45,7 @@ pub(crate) struct ResolveCliArgs {
|
|||
exclude_newer: Option<DateTime<Utc>>,
|
||||
#[clap(long, short, default_value = IndexUrl::Pypi.as_str(), env = "UV_INDEX_URL")]
|
||||
index_url: IndexUrl,
|
||||
#[clap(long)]
|
||||
#[clap(long, env = "UV_EXTRA_INDEX_URL")]
|
||||
extra_index_url: Vec<IndexUrl>,
|
||||
#[clap(long)]
|
||||
find_links: Vec<FlatIndexLocation>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue