mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 22:47:56 +00:00
Add Key Subcommand to node-template (#7615)
This commit is contained in:
committed by
GitHub
parent
b4ee48ee18
commit
07c173af63
@@ -12,6 +12,8 @@ pub struct Cli {
|
||||
|
||||
#[derive(Debug, StructOpt)]
|
||||
pub enum Subcommand {
|
||||
/// Key management cli utilities
|
||||
Key(sc_cli::KeySubcommand),
|
||||
/// Build a chain specification.
|
||||
BuildSpec(sc_cli::BuildSpecCmd),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user