uv/crates/uv
Ahmed Ilyas 26d8879c3a
uv tool run error messages references uvx when appropriate (#5014)
## 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>
2024-07-12 17:17:26 +00:00
..
src uv tool run error messages references uvx when appropriate (#5014) 2024-07-12 17:17:26 +00:00
tests Add --no-pager option in help command (#5007) 2024-07-12 11:11:50 -05:00
Cargo.toml Bump version to 0.2.24 (#4974) 2024-07-10 13:50:12 -05:00