mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-24 05:35:04 +00:00
Rename PUFFIN
environment variables to UV
(#1319)
A couple of these are actually user-facing although undocumented
This commit is contained in:
parent
0579a04014
commit
0780afff95
14 changed files with 52 additions and 56 deletions
|
@ -43,7 +43,7 @@ pub(crate) struct ResolveCliArgs {
|
|||
cache_args: CacheArgs,
|
||||
#[arg(long)]
|
||||
exclude_newer: Option<DateTime<Utc>>,
|
||||
#[clap(long, short, default_value = IndexUrl::Pypi.as_str(), env = "PUFFIN_INDEX_URL")]
|
||||
#[clap(long, short, default_value = IndexUrl::Pypi.as_str(), env = "UV_INDEX_URL")]
|
||||
index_url: IndexUrl,
|
||||
#[clap(long)]
|
||||
extra_index_url: Vec<IndexUrl>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue