Skip to content

Commit

Permalink
fix clap (#5389)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangas authored May 6, 2024
1 parent 09db0ce commit 71c7e30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node/src/bin/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,6 @@ pub enum IndexCommand {
#[clap(long, requires = "sql")]
if_not_exists: bool,
/// The deployment (see `help info`).
#[clap(value_parser = clap::builder::NonEmptyStringValueParser::new())]
deployment: DeploymentSearch,
/// The Entity name.
///
Expand All @@ -731,7 +730,6 @@ pub enum IndexCommand {
/// Drops an index for a given deployment, concurrently
Drop {
/// The deployment (see `help info`).
#[clap(value_parser = clap::builder::NonEmptyStringValueParser::new())]
deployment: DeploymentSearch,
/// The name of the index to be dropped
#[clap(value_parser = clap::builder::NonEmptyStringValueParser::new())]
Expand Down

0 comments on commit 71c7e30

Please sign in to comment.