Skip to content
Snippets Groups Projects
Commit e3f91e0f authored by Nicolas80's avatar Nicolas80
Browse files

Apply 1 suggestion(s) to 1 file(s)


Co-authored-by: default avatarHugo Trentesaux <hugo.trentesaux@lilo.org>
parent ab6169b1
No related branches found
No related tags found
1 merge request!41Adding db persistence for all SecretFormat of vault keys as well as supporting derivations
......@@ -28,13 +28,13 @@ pub enum Subcommand {
Generate,
/// Import key from (substrate uri) or other format with interactive prompt
#[clap(
long_about = "Import key from (substrate uri) or other format with interactive prompt\n\
long_about = "Import key from (substrate uri) or other format with interactive prompt.\n\
\n\
This will create a <Base> account in the vault for the provided/computed Substrate URI \n\
and associated SS58 Address.\n\
\n\
If using default format (or specifically \"substrate\") a derivation path is supported\n\
in the substrate uri value"
in the substrate uri value."
)]
Import {
/// Secret key format (substrate, seed, cesium)
......@@ -42,12 +42,12 @@ pub enum Subcommand {
secret_format: SecretFormat,
},
/// Add a derivation to an existing account
#[clap(long_about = "Add a derivation to an existing account\n\
#[clap(long_about = "Add a derivation to an existing account.\n\
\n\
Only \"substrate\" and \"seed\" format are supported for derivations\n\
Only \"substrate\" and \"seed\" format are supported for derivations.\n\
\n\
Use command `vault list base` to see available <Base> account and their format\n\
And then use command 'vault list for' to find all accounts linked to that <Base> account")]
And then use command 'vault list for' to find all accounts linked to that <Base> account.")]
#[clap(alias = "deriv")]
#[clap(alias = "derivation")]
Derive {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment