Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

subkey: Support --version cli command #10853

Merged
merged 2 commits into from
Feb 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion bin/utils/subkey/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ use sc_cli::{
#[clap(
name = "subkey",
author = "Parity Team <[email protected]>",
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
Expand Down