mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Grouping GlobalArgs
to dedicated heading (#5665)
## Summary Part of #4454 . ## Test Plan test cases included. --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
parent
9a1a2118e1
commit
9788496c51
3 changed files with 279 additions and 283 deletions
|
@ -7,6 +7,7 @@ use directories::ProjectDirs;
|
|||
use crate::Cache;
|
||||
|
||||
#[derive(Parser, Debug, Clone)]
|
||||
#[command(next_help_heading = "Cache options")]
|
||||
pub struct CacheArgs {
|
||||
/// Avoid reading from or writing to the cache, instead using a temporary directory for the
|
||||
/// duration of the operation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue