mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 04:48:18 +00:00
Support {package}@{version} in uv tool install (#6762)
## Summary Closes https://github.com/astral-sh/uv/issues/6759. Closes https://github.com/astral-sh/uv/issues/6535.
This commit is contained in:
parent
af323888ee
commit
cef3d35405
9 changed files with 505 additions and 159 deletions
|
|
@ -2758,7 +2758,7 @@ pub enum ToolCommand {
|
|||
/// By default, the package to install is assumed to match the command name.
|
||||
///
|
||||
/// The name of the command can include an exact version in the format
|
||||
/// `<package>@<version>`, e.g., `uv run ruff@0.3.0`. If more complex
|
||||
/// `<package>@<version>`, e.g., `uv tool run ruff@0.3.0`. If more complex
|
||||
/// version specification is desired or if the command is provided by a
|
||||
/// different package, use `--from`.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue