mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 11:19:57 +00:00
rustfmt ghostkey and fix typos
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user