Key generation, saving and loading works.
This commit is contained in:
@@ -18,7 +18,7 @@ pub(crate) struct Args {
|
||||
#[derive(Subcommand)]
|
||||
pub(crate) enum Commands {
|
||||
/// runs the Side Node
|
||||
Run {},
|
||||
Run { name: String },
|
||||
|
||||
/// initializes the Side Node with a new keypair
|
||||
Init { name: String },
|
||||
|
||||
Reference in New Issue
Block a user