This commit is contained in:
chonghe
2024-07-15 09:58:10 +08:00
parent 2f0af2be89
commit 2eac633a58

View File

@@ -33,6 +33,15 @@ pub fn cli_app() -> Command {
"Creates new validators from an existing EIP-2386 wallet using the EIP-2333 HD key \
derivation scheme.",
)
.arg(
Arg::new("help")
.long("help")
.short('h')
.help("Prints help information")
.action(ArgAction::HelpLong)
.display_order(0)
.help_heading(FLAG_HEADER)
)
.arg(
Arg::new(WALLET_NAME_FLAG)
.long(WALLET_NAME_FLAG)