diff --git a/src/main.rs b/src/main.rs index 4057763..c4eaceb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,6 +16,8 @@ mod cpu; struct Args { #[arg(short, long, value_name = "FILE")] config: Option, + #[arg(short, long)] + dry_run: bool, } fn main() { diff --git a/test_config.toml b/testing_config.toml similarity index 100% rename from test_config.toml rename to testing_config.toml