wip: config

This commit is contained in:
2026-03-06 20:27:13 +00:00
parent d7e1e578a6
commit 570e8a172c
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ mod cpu;
struct Args {
#[arg(short, long, value_name = "FILE")]
config: Option<PathBuf>,
#[arg(short, long)]
dry_run: bool,
}
fn main() {