forked from ghostchain/ghost-node
		
	rustfmt ghostkey and fix typos
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
		
							parent
							
								
									c933ed3809
								
							
						
					
					
						commit
						e21ac88235
					
				@ -1,6 +1,6 @@
 | 
				
			|||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "ghostkey"
 | 
					name = "ghostkey"
 | 
				
			||||||
version = "0.3.15"
 | 
					version = "0.3.16"
 | 
				
			||||||
description = "Generate and restore keys for chains such as Ghost and Casper"
 | 
					description = "Generate and restore keys for chains such as Ghost and Casper"
 | 
				
			||||||
license.workspace = true
 | 
					license.workspace = true
 | 
				
			||||||
authors.workspace = true
 | 
					authors.workspace = true
 | 
				
			||||||
 | 
				
			|||||||
@ -1,13 +1,8 @@
 | 
				
			|||||||
use clap::Parser;
 | 
					use clap::Parser;
 | 
				
			||||||
use ghost_client_cli::{VanityCmd, KeySubcommand};
 | 
					use ghost_client_cli::{KeySubcommand, VanityCmd};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#[derive(Debug, Parser)]
 | 
					#[derive(Debug, Parser)]
 | 
				
			||||||
#[command(
 | 
					#[command(name = "ghostkey", author = "f4t50", about = "Ghost Key Tool", version)]
 | 
				
			||||||
    name = "ghostkey",
 | 
					 | 
				
			||||||
    author = "f4t50",
 | 
					 | 
				
			||||||
    about = "Ghost Key Tool",
 | 
					 | 
				
			||||||
    version
 | 
					 | 
				
			||||||
)]
 | 
					 | 
				
			||||||
pub enum Ghostkey {
 | 
					pub enum Ghostkey {
 | 
				
			||||||
    /// Key utility for the CLI
 | 
					    /// Key utility for the CLI
 | 
				
			||||||
    #[clap(flatten)]
 | 
					    #[clap(flatten)]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user