mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Respect resolver settings in uv remove
(#4930)
## Summary Closes https://github.com/astral-sh/uv/issues/4925
This commit is contained in:
parent
5f20bdb2ee
commit
92290d8dcb
10 changed files with 32 additions and 15 deletions
|
@ -1946,6 +1946,15 @@ pub struct RemoveArgs {
|
|||
#[arg(long, conflicts_with("dev"))]
|
||||
pub optional: Option<ExtraName>,
|
||||
|
||||
#[command(flatten)]
|
||||
pub installer: ResolverInstallerArgs,
|
||||
|
||||
#[command(flatten)]
|
||||
pub build: BuildArgs,
|
||||
|
||||
#[command(flatten)]
|
||||
pub refresh: RefreshArgs,
|
||||
|
||||
/// Remove the dependency from a specific package in the workspace.
|
||||
#[arg(long, conflicts_with = "isolated")]
|
||||
pub package: Option<PackageName>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue