mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
subkey: Support --version cli command (#10853)
* subkey: Support `--version` cli command
* FMT 🤦
This commit is contained in:
@@ -26,7 +26,8 @@ use sc_cli::{
|
||||
#[clap(
|
||||
name = "subkey",
|
||||
author = "Parity Team <admin@parity.io>",
|
||||
about = "Utility for generating and restoring with Substrate keys"
|
||||
about = "Utility for generating and restoring with Substrate keys",
|
||||
version
|
||||
)]
|
||||
pub enum Subkey {
|
||||
/// Generate a random node libp2p key, save it to file or print it to stdout
|
||||
|
||||
Reference in New Issue
Block a user