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 e5d16ec commit 93e47b2Copy full SHA for 93e47b2
validator_manager/src/exit_validators.rs
@@ -71,7 +71,8 @@ pub fn cli_app() -> Command {
71
.long(SIGNATURE_FLAG)
72
.help("Display the signature of the voluntary exit.")
73
.help_heading(FLAG_HEADER)
74
- .action(ArgAction::SetTrue)
+ .value_parser(["true", "false"])
75
+ .action(ArgAction::Set)
76
.display_order(0),
77
)
78
}
0 commit comments