Skip to content
Snippets Groups Projects
Commit a39465e6 authored by Moul's avatar Moul
Browse files

CLI: display `cesium` available authentication method

parent e4fbb11a
No related branches found
No related tags found
1 merge request!14CLI: display `cesium` available authentication method
...@@ -42,7 +42,7 @@ pub struct Args { ...@@ -42,7 +42,7 @@ pub struct Args {
/// (eventually followed by derivation path) /// (eventually followed by derivation path)
#[clap(short, long)] #[clap(short, long)]
secret: Option<String>, secret: Option<String>,
/// Secret key format (seed, substrate) /// Secret key format (seed, substrate, cesium)
#[clap(short = 'S', long, default_value = SecretFormat::Substrate)] #[clap(short = 'S', long, default_value = SecretFormat::Substrate)]
secret_format: SecretFormat, secret_format: SecretFormat,
/// Address /// Address
......
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