This commit is contained in:
2025-06-11 12:31:32 +03:00
parent f3264339ab
commit 10610b8ed1
8 changed files with 355 additions and 312 deletions

View File

@@ -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,