mirror of https://github.com/astral-sh/uv
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
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue