mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 05:03:46 +00:00
Allow uv pip sync to clear an environment with opt-in (#4517)
Closes https://github.com/astral-sh/uv/issues/4516 Open to some deliberation about the opt-in strategy here.
This commit is contained in:
parent
d9f389a58d
commit
2c0cb6e021
8 changed files with 116 additions and 7 deletions
|
|
@ -165,6 +165,7 @@ pub struct PipOptions {
|
|||
pub extra: Option<Vec<ExtraName>>,
|
||||
pub all_extras: Option<bool>,
|
||||
pub no_deps: Option<bool>,
|
||||
pub allow_empty_requirements: Option<bool>,
|
||||
pub resolution: Option<ResolutionMode>,
|
||||
pub prerelease: Option<PreReleaseMode>,
|
||||
pub output_file: Option<PathBuf>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue