From e6d76dbf35584f704bb95217ffebd4da12710e56 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Fri, 9 Aug 2024 13:24:38 -0500 Subject: [PATCH] Add hint for long help to `uvx` (#5971) --- crates/uv-cli/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/crates/uv-cli/src/lib.rs b/crates/uv-cli/src/lib.rs index 63a27ff98..8d210c0d7 100644 --- a/crates/uv-cli/src/lib.rs +++ b/crates/uv-cli/src/lib.rs @@ -2578,7 +2578,9 @@ pub enum ToolCommand { #[command( hide = true, override_usage = "uvx [OPTIONS] ", - about = "Run a tool." + about = "Run a tool.", + after_help = "Use `uv help tool run` for more details.", + after_long_help = "" )] Uvx(ToolRunArgs), /// Install a tool.