mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 02:22:19 +00:00
Add hint for long help to uvx
(#5971)
This commit is contained in:
parent
f89403f4f6
commit
e6d76dbf35
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue