mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
parent
05a56dab61
commit
bcc52ed108
6 changed files with 89 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue