mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 14:01:06 +00:00
Add key subcommand (#1874)
This commit is contained in:
@@ -52,6 +52,9 @@ pub enum Subcommand {
|
|||||||
about = "Benchmark runtime pallets."
|
about = "Benchmark runtime pallets."
|
||||||
)]
|
)]
|
||||||
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
|
Benchmark(frame_benchmarking_cli::BenchmarkCmd),
|
||||||
|
|
||||||
|
/// Key management cli utilities
|
||||||
|
Key(sc_cli::KeySubcommand),
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(missing_docs)]
|
#[allow(missing_docs)]
|
||||||
|
|||||||
@@ -236,5 +236,6 @@ pub fn run() -> Result<()> {
|
|||||||
cmd.run::<service::kusama_runtime::Block, service::KusamaExecutor>(config)
|
cmd.run::<service::kusama_runtime::Block, service::KusamaExecutor>(config)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Some(Subcommand::Key(cmd)) => cmd.run(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user