subkey: Support --version cli command (#10853)

* subkey: Support `--version` cli command

* FMT 🤦
This commit is contained in:
Bastian Köcher
2022-02-14 20:31:52 +01:00
committed by GitHub
parent ac841927b8
commit 888131b651
+2 -1
View File
@@ -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