mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2025-01-10 21:11:21 +00:00
commit
4cbd6d4017
@ -30,7 +30,7 @@ def validate_mnemonic(cts: click.Context, param: Any, mnemonic: str) -> str:
|
|||||||
@click.option(
|
@click.option(
|
||||||
'--mnemonic',
|
'--mnemonic',
|
||||||
callback=validate_mnemonic,
|
callback=validate_mnemonic,
|
||||||
help=('The mnemonic that you used to generate your keys. (It is reccomened not to use this argument, and wait for '
|
help=('The mnemonic that you used to generate your keys. (It is recommended not to use this argument, and wait for '
|
||||||
'the CLI to ask you for your mnemonic as otherwise it will appear in your shell history.)'),
|
'the CLI to ask you for your mnemonic as otherwise it will appear in your shell history.)'),
|
||||||
prompt='Please enter your mnemonic separated by spaces (" ")',
|
prompt='Please enter your mnemonic separated by spaces (" ")',
|
||||||
required=True,
|
required=True,
|
||||||
|
Loading…
Reference in New Issue
Block a user