mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
Mark --no-cache
as global (#116)
This commit is contained in:
parent
89db5d79bc
commit
339553e228
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ struct Cli {
|
|||
verbose: bool,
|
||||
|
||||
/// Avoid reading from or writing to the cache.
|
||||
#[arg(long)]
|
||||
#[arg(global = true, long, short)]
|
||||
no_cache: bool,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue