Add update alias for uv tool upgrade (#5948)

## Summary

I always get this wrong with `brew`, it'd be nice for it to "just work"
either way.
This commit is contained in:
Charlie Marsh
2024-08-09 09:37:03 -04:00
committed by GitHub
parent a8c254d54b
commit cac1e7bcfc
+1
View File
@@ -2556,6 +2556,7 @@ pub enum ToolCommand {
/// Install a tool.
Install(ToolInstallArgs),
/// Upgrade a tool.
#[command(alias = "update")]
Upgrade(ToolUpgradeArgs),
/// List installed tools.
List(ToolListArgs),