Add reference documentation for global settings (#5123)
## Summary Second part of: https://github.com/astral-sh/uv/issues/5093.
This commit is contained in:
@@ -8,7 +8,8 @@ use crate::Cache;
|
||||
|
||||
#[derive(Parser, Debug, Clone)]
|
||||
pub struct CacheArgs {
|
||||
/// Avoid reading from or writing to the cache.
|
||||
/// Avoid reading from or writing to the cache, instead using a temporary directory for the
|
||||
/// duration of the operation.
|
||||
#[arg(
|
||||
global = true,
|
||||
long,
|
||||
|
||||
Reference in New Issue
Block a user