Enable constraints in uv tool upgrade CLI (#9375)

## Summary

Closes https://github.com/astral-sh/uv/issues/9321.
This commit is contained in:
Charlie Marsh
2024-11-25 17:22:30 -05:00
committed by GitHub
parent 0158717ae6
commit 5759cb9891
8 changed files with 76 additions and 23 deletions

View File

@@ -3495,7 +3495,7 @@ uv tool upgrade [OPTIONS] <NAME>...
<h3 class="cli-reference">Arguments</h3>
<dl class="cli-reference"><dt><code>NAME</code></dt><dd><p>The name of the tool to upgrade</p>
<dl class="cli-reference"><dt><code>NAME</code></dt><dd><p>The name of the tool to upgrade, along with an optional version specifier</p>
</dd></dl>