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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.