mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 06:21:11 +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(
|
#[clap(
|
||||||
name = "subkey",
|
name = "subkey",
|
||||||
author = "Parity Team <admin@parity.io>",
|
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 {
|
pub enum Subkey {
|
||||||
/// Generate a random node libp2p key, save it to file or print it to stdout
|
/// Generate a random node libp2p key, save it to file or print it to stdout
|
||||||
|
|||||||
Reference in New Issue
Block a user