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

@ -6440,6 +6440,8 @@ uv pip show [OPTIONS] [PACKAGE]...
<p>See <code>--project</code> to only change the project root directory.</p>
</dd><dt><code>--files</code>, <code>-f</code></dt><dd><p>Show the full list of installed files for each package</p>
</dd><dt><code>--help</code>, <code>-h</code></dt><dd><p>Display the concise help for this command</p>
</dd><dt><code>--native-tls</code></dt><dd><p>Whether to load TLS certificates from the platform&#8217;s native certificate store.</p>