mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Remove duplicate cache_dir
argument from puffin-dev resolve-cli
(#445)
This commit is contained in:
parent
221751487c
commit
d39e9b3499
1 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
use std::fs;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use anstream::println;
|
||||
use clap::Parser;
|
||||
|
@ -18,9 +17,6 @@ pub(crate) struct ResolveCliArgs {
|
|||
requirements: Vec<Requirement>,
|
||||
#[clap(long)]
|
||||
limit: Option<usize>,
|
||||
/// Path to the cache directory.
|
||||
#[arg(global = true, long, env = "PUFFIN_CACHE_DIR")]
|
||||
cache_dir: Option<PathBuf>,
|
||||
/// Don't build source distributions. This means resolving will not run arbitrary code. The
|
||||
/// cached wheels of already built source distributions will be reused.
|
||||
#[clap(long)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue