mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-27 10:26:29 +00:00
Remove unused --output-file from pip install (#2975)
## Summary This doesn't do anything. I suspect it was a copy-paste error.
This commit is contained in:
parent
ddf02e7d5f
commit
715a309dd5
1 changed files with 0 additions and 4 deletions
|
|
@ -831,10 +831,6 @@ struct PipInstallArgs {
|
|||
#[clap(long, hide = true, conflicts_with = "prerelease")]
|
||||
pre: bool,
|
||||
|
||||
/// Write the compiled requirements to the given `requirements.txt` file.
|
||||
#[clap(long, short)]
|
||||
output_file: Option<PathBuf>,
|
||||
|
||||
/// The URL of the Python package index (by default: <https://pypi.org/simple>).
|
||||
///
|
||||
/// The index given by this flag is given lower priority than all other
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue