Change to use the same subcommand syntax as subkey (#8678)

* Change to use the same subcommand syntax as subkey

* Update client/cli/src/commands/inspect_key.rs

* revert to InspectKeyCmd struct
This commit is contained in:
Dan Shields
2021-05-04 03:50:31 -06:00
committed by GitHub
parent 122cb6038a
commit 3cd9cfd57a
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ pub enum Subcommand {
name = "inspect",
about = "Decode given block or extrinsic using current native runtime."
)]
Inspect(node_inspect::cli::InspectCmd),
Inspect(node_inspect::cli::InspectKeyCmd),
/// The custom benchmark subcommmand benchmarking runtime pallets.
#[structopt(name = "benchmark", about = "Benchmark runtime pallets.")]