Allow multiple packages for uv tool upgrade/uninstall (#7037)

## Summary

Resolves https://github.com/astral-sh/uv/issues/6571

## Test Plan

`cargo test`
This commit is contained in:
Ahmed Ilyas
2024-09-04 23:18:52 +02:00
committed by GitHub
parent c1effd6b05
commit ff39950545
7 changed files with 175 additions and 41 deletions
+2 -2
View File
@@ -2838,7 +2838,7 @@ If a tool was installed with specific settings, they will be respected on upgrad
<h3 class="cli-reference">Usage</h3>
```
uv tool upgrade [OPTIONS] <NAME>
uv tool upgrade [OPTIONS] <NAME>...
```
<h3 class="cli-reference">Arguments</h3>
@@ -3156,7 +3156,7 @@ Uninstall a tool
<h3 class="cli-reference">Usage</h3>
```
uv tool uninstall [OPTIONS] <NAME>
uv tool uninstall [OPTIONS] <NAME>...
```
<h3 class="cli-reference">Arguments</h3>