rustfmt ghostkey and fix typos

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch 2025-07-29 14:27:53 +03:00
parent c933ed3809
commit e21ac88235
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA
2 changed files with 3 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ghostkey"
version = "0.3.15"
version = "0.3.16"
description = "Generate and restore keys for chains such as Ghost and Casper"
license.workspace = true
authors.workspace = true

View File

@ -1,13 +1,8 @@
use clap::Parser;
use ghost_client_cli::{VanityCmd, KeySubcommand};
use ghost_client_cli::{KeySubcommand, VanityCmd};
#[derive(Debug, Parser)]
#[command(
name = "ghostkey",
author = "f4t50",
about = "Ghost Key Tool",
version
)]
#[command(name = "ghostkey", author = "f4t50", about = "Ghost Key Tool", version)]
pub enum Ghostkey {
/// Key utility for the CLI
#[clap(flatten)]