Skip to content

Commit

Permalink
Initial CLI WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Sep 2, 2024
1 parent 1680841 commit 7117719
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/braidpool/cli.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
use clap::Parser;
#[derive(Parser)]
#[command(author, version, about, long_about = None)]
struct Cli {
#[arg(short, long)]
pub config: String,
}

0 comments on commit 7117719

Please sign in to comment.