Smoothing out the cli output a bit
This commit is contained in:
@@ -7,7 +7,7 @@ pub(crate) fn parse_args() -> Args {
|
||||
args
|
||||
}
|
||||
|
||||
/// Simple program to greet a person
|
||||
/// A P2P smart contract execution node
|
||||
#[derive(Parser)]
|
||||
#[command(version, about, long_about = None)]
|
||||
pub(crate) struct Args {
|
||||
@@ -19,5 +19,7 @@ pub(crate) struct Args {
|
||||
pub(crate) enum Commands {
|
||||
/// runs the Side Node
|
||||
Run {},
|
||||
|
||||
/// initializes the Side Node with a new keypair
|
||||
Init {},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user