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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user