v0.2.1
This commit is contained in:
@@ -4,8 +4,8 @@ use crate::blockchains::Blockchain;
|
||||
#[derive(Parser)]
|
||||
#[command(version, about, long_about = None)]
|
||||
pub struct Cli {
|
||||
#[arg(short, long, default_value = "settings.yaml")]
|
||||
pub settings: String,
|
||||
#[arg(short, long, default_value = "config.yaml")]
|
||||
pub config: String,
|
||||
|
||||
#[command(subcommand)]
|
||||
pub command: Commands,
|
||||
|
||||
Reference in New Issue
Block a user