Skip to content

Commit

Permalink
Add hint for long help to uvx (#5971)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Aug 9, 2024
1 parent f89403f commit e6d76db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/uv-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e6d76db

Please sign in to comment.