Add hint for long help to uvx (#5971)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user