Unverified Commit f6297ba8 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Add key subcommand (#1874)

parent 472d62fd
Pipeline #112477 canceled with stages
in 5 minutes and 22 seconds
......@@ -52,6 +52,9 @@ pub enum Subcommand {
about = "Benchmark runtime pallets."
)]
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
/// Key management cli utilities
Key(sc_cli::KeySubcommand),
}
#[allow(missing_docs)]
......
......@@ -236,5 +236,6 @@ pub fn run() -> Result<()> {
cmd.run::<service::kusama_runtime::Block, service::KusamaExecutor>(config)
})
},
Some(Subcommand::Key(cmd)) => cmd.run(),
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment