Un-hide `--require-hashes` CLI argument (#3093)

## Summary

An oversight from the release.
This commit is contained in:
Charlie Marsh 2024-04-17 09:48:45 -04:00 committed by GitHub
parent d6f9ea9d54
commit 5be47f698e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -564,7 +564,7 @@ pub(crate) struct PipSyncArgs {
/// - Editable installs are not supported.
/// - Local dependencies are not supported, unless they point to a specific wheel (`.whl`) or
/// source archive (`.zip`, `.tar.gz`), as opposed to a directory.
#[arg(long, hide = true)]
#[arg(long)]
pub(crate) require_hashes: bool,
/// Attempt to use `keyring` for authentication for index urls
@ -837,7 +837,7 @@ pub(crate) struct PipInstallArgs {
/// - Editable installs are not supported.
/// - Local dependencies are not supported, unless they point to a specific wheel (`.whl`) or
/// source archive (`.zip`, `.tar.gz`), as opposed to a directory.
#[arg(long, hide = true)]
#[arg(long)]
pub(crate) require_hashes: bool,
/// Attempt to use `keyring` for authentication for index urls