From de9c68b085034c897f26ce22fa05bd2601e79373 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Wed, 25 Dec 2024 15:17:12 +0000 Subject: Version 0.2.0 --- src/cli.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index dc53357..0b4962a 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -5,4 +5,7 @@ use clap::Parser; pub struct Args { #[arg(short, long)] pub file: String, + + #[arg(short, long, default_value_t = true)] + pub dry_run: bool, } \ No newline at end of file -- cgit v1.2.3-70-g09d2