Add uv pip show --files (#8369)

## Summary

Resolves #8357
This commit is contained in:
Jo 2024-10-21 00:13:41 +08:00 committed by GitHub
parent 05a56dab61
commit bcc52ed108
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 89 additions and 0 deletions

View file

@ -2005,6 +2005,10 @@ pub struct PipShowArgs {
#[arg(long, overrides_with("strict"), hide = true)]
pub no_strict: bool,
/// Show the full list of installed files for each package.
#[arg(short, long)]
pub files: bool,
/// The Python interpreter to find the package in.
///
/// By default, uv looks for packages in a virtual environment but will look