mirror of https://github.com/astral-sh/uv
Mark `--no-cache` as global (#116)
This commit is contained in:
parent
89db5d79bc
commit
339553e228
|
|
@ -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…
Reference in New Issue