mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
![]() ## Summary Resolves #5013. ## Test Plan ```console ❯ ./target/debug/uv tool run fastapi-cli warning: `uv tool run` is experimental and may change without warning. Resolved 9 packages in 28ms The executable fastapi-cli was not found. However, the following executables are available via uv tool run --from fastapi-cli <EXECUTABLE>: - fastapi ``` ```console ❯ ./target/debug/uvx fastapi-cli warning: `uvx` is experimental and may change without warning. Resolved 9 packages in 23ms The executable fastapi-cli was not found. However, the following executables are available via uvx --from fastapi-cli <EXECUTABLE>: - fastapi ``` --------- Co-authored-by: Zanie Blue <contact@zanie.dev> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |