diff --git a/crates/uv-cache/src/cli.rs b/crates/uv-cache/src/cli.rs index e4293367e..200409d62 100644 --- a/crates/uv-cache/src/cli.rs +++ b/crates/uv-cache/src/cli.rs @@ -11,7 +11,7 @@ use crate::Cache; #[derive(Parser, Debug, Clone)] pub struct CacheArgs { /// Avoid reading from or writing to the cache. - #[arg(global = true, long, short)] + #[arg(global = true, long, short, alias = "no-cache-dir")] no_cache: bool, /// Path to the cache directory.