diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 15:17:12 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 15:17:12 +0000 |
| commit | de9c68b085034c897f26ce22fa05bd2601e79373 (patch) | |
| tree | 9996862988168ba7fa6e561bc2e5133072356c0e /src/cli.rs | |
| parent | ffa08735aee2d69e17bce5c29a7ef96cc7e2233f (diff) | |
Version 0.2.0
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 |
