Fix clap arg

This commit is contained in:
Arthur Petukhovsky
2023-12-28 17:10:05 +00:00
parent bbc8da687e
commit b162b4a9cf

View File

@@ -70,6 +70,7 @@ struct Args {
datafrom: Utf8PathBuf,
/// Path to the data directory.
datato: Utf8PathBuf,
#[arg(long, default_value = "false", action=ArgAction::Set)]
dryrun: bool,
}