diff options
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
