diff --git a/crates/uv-cli/src/lib.rs b/crates/uv-cli/src/lib.rs index 4835ea3e553a..80965752b394 100644 --- a/crates/uv-cli/src/lib.rs +++ b/crates/uv-cli/src/lib.rs @@ -3262,6 +3262,11 @@ pub enum ToolCommand { /// /// Packages are installed into an ephemeral virtual environment in the uv /// cache directory. + #[command( + after_help = "Use `uvx` as a shortcut for `uv tool run`.\n\n\ + Use `uv help tool run` for more details.", + after_long_help = "" + )] Run(ToolRunArgs), /// Hidden alias for `uv tool run` for the `uvx` command #[command(