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

View file

@ -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