Skip to content

Commit

Permalink
Remove unused args for init command
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Sorokin committed Sep 19, 2024
1 parent 7b8c2c8 commit e3388b4
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions src/task/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,25 +109,6 @@ pub(super) fn read() -> ArgMatches {
"Used to overwrite the output file, whether \
or not it exists.",
),
Arg::new("failover-mode")
.long("failover-mode")
.short('m')
.action(ArgAction::Set)
.default_value("stateful")
.help("(string): failover mode (stateful, eventual, disabled)"),
Arg::new("failover-state-provider")
.long("failover-state-provider")
.short('F')
.action(ArgAction::Set)
.default_value("stateboard")
.help("(string): failover state provider (etcd2, stateboard, disabled)"),
Arg::new("print")
.long("print")
.short('p')
.action(ArgAction::Set)
.default_values(["colorized", "ports"])
.num_args(1..=3)
.help("(list, optional): cluster print output option"),
Arg::new("quiet")
.long("quiet")
.short('q')
Expand Down

0 comments on commit e3388b4

Please sign in to comment.