mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 13:57:58 +00:00
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:
@@ -24,7 +24,7 @@ use structopt::StructOpt;
|
||||
|
||||
/// The `inspect` command used to print decoded chain data.
|
||||
#[derive(Debug, StructOpt)]
|
||||
pub struct InspectCmd {
|
||||
pub struct InspectKeyCmd {
|
||||
#[allow(missing_docs)]
|
||||
#[structopt(flatten)]
|
||||
pub command: InspectSubCmd,
|
||||
|
||||
Reference in New Issue
Block a user