Add hint for long help to uvx (#5971)

This commit is contained in:
Zanie Blue
2024-08-09 13:24:38 -05:00
committed by GitHub
parent f89403f4f6
commit e6d76dbf35
+3 -1
View File
@@ -2578,7 +2578,9 @@ pub enum ToolCommand {
#[command(
hide = true,
override_usage = "uvx [OPTIONS] <COMMAND>",
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.