Skip to content

Commit

Permalink
doc: add alias context to tool run --help command
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Sep 26, 2024
1 parent 0c801f8 commit fa07d57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/uv-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3174,6 +3174,11 @@ pub enum ToolCommand {
///
/// Packages are installed into an ephemeral virtual environment in the uv
/// cache directory.
#[command(
about = "Run a command provided by a Python package. Also available via the alias `uvx`.",
after_help = "You can also use `uvx` as an alias for `uv tool run`. \n\
Use `uv help tool run` for more details."
)]
Run(ToolRunArgs),
/// Hidden alias for `uv tool run` for the `uvx` command
#[command(
Expand Down

0 comments on commit fa07d57

Please sign in to comment.