uv/crates/uv-cli
Tobias Gårdhus 459c902425
add --show-extras to uv tool list to list extra requirements installed with tools (#13783)
## Summary

Implemented as suggested in #13761 

eg.

```
$ uv tool install 'harlequin[postgres]'
$ uv tool list --show-extras
harlequin v2.1.2 [extras: postgres]
- harlequin
```

## Test Plan

Added a new test with the argument along with the others from the `uv
tool list` cli.
2025-06-02 14:59:40 +00:00
..
src add --show-extras to uv tool list to list extra requirements installed with tools (#13783) 2025-06-02 14:59:40 +00:00
build.rs Fix commits_since_last_tag in version info (#9730) 2024-12-09 09:43:27 -06:00
Cargo.toml Add uv add --bounds to configure the version constraint (#12946) 2025-05-28 13:11:31 +00:00