We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09db0ce commit 71c7e30Copy full SHA for 71c7e30
node/src/bin/manager.rs
@@ -718,7 +718,6 @@ pub enum IndexCommand {
718
#[clap(long, requires = "sql")]
719
if_not_exists: bool,
720
/// The deployment (see `help info`).
721
- #[clap(value_parser = clap::builder::NonEmptyStringValueParser::new())]
722
deployment: DeploymentSearch,
723
/// The Entity name.
724
///
@@ -731,7 +730,6 @@ pub enum IndexCommand {
731
730
/// Drops an index for a given deployment, concurrently
732
Drop {
733
734
735
736
/// The name of the index to be dropped
737
#[clap(value_parser = clap::builder::NonEmptyStringValueParser::new())]
0 commit comments