Skip to content

Commit 71c7e30

Browse files
authored
fix clap (#5389)
1 parent 09db0ce commit 71c7e30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

node/src/bin/manager.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,6 @@ pub enum IndexCommand {
718718
#[clap(long, requires = "sql")]
719719
if_not_exists: bool,
720720
/// The deployment (see `help info`).
721-
#[clap(value_parser = clap::builder::NonEmptyStringValueParser::new())]
722721
deployment: DeploymentSearch,
723722
/// The Entity name.
724723
///
@@ -731,7 +730,6 @@ pub enum IndexCommand {
731730
/// Drops an index for a given deployment, concurrently
732731
Drop {
733732
/// The deployment (see `help info`).
734-
#[clap(value_parser = clap::builder::NonEmptyStringValueParser::new())]
735733
deployment: DeploymentSearch,
736734
/// The name of the index to be dropped
737735
#[clap(value_parser = clap::builder::NonEmptyStringValueParser::new())]

0 commit comments

Comments
 (0)