mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 20:31:12 +00:00
Allow uninstall to take multiple packages and files (#125)
Moves the command to `puffin pip-uninstall` for now to separate from the managed interface, and redoes the command output.
This commit is contained in:
parent
4b91ae4769
commit
573f5832a3
6 changed files with 204 additions and 71 deletions
|
|
@ -90,7 +90,7 @@ pub fn uninstall_wheel(dist_info: &Path) -> Result<Uninstall, Error> {
|
|||
})
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Default)]
|
||||
pub struct Uninstall {
|
||||
/// The number of files that were removed during the uninstallation.
|
||||
pub file_count: usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue