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:
Charlie Marsh 2024-04-10 14:58:34 -04:00 committed by GitHub
parent ddf02e7d5f
commit 715a309dd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -831,10 +831,6 @@ struct PipInstallArgs {
#[clap(long, hide = true, conflicts_with = "prerelease")] #[clap(long, hide = true, conflicts_with = "prerelease")]
pre: bool, 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 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 /// The index given by this flag is given lower priority than all other