mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 01:42:55 +00:00
Fix clap arg
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user