mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 21:38:31 +00:00
create
This commit is contained in:
@@ -33,6 +33,15 @@ pub fn cli_app() -> Command {
|
|||||||
"Creates new validators from an existing EIP-2386 wallet using the EIP-2333 HD key \
|
"Creates new validators from an existing EIP-2386 wallet using the EIP-2333 HD key \
|
||||||
derivation scheme.",
|
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(
|
||||||
Arg::new(WALLET_NAME_FLAG)
|
Arg::new(WALLET_NAME_FLAG)
|
||||||
.long(WALLET_NAME_FLAG)
|
.long(WALLET_NAME_FLAG)
|
||||||
|
|||||||
Reference in New Issue
Block a user