Adjust upload directory property

This commit is contained in:
Leonard Steppy 2024-12-12 09:50:32 +01:00
parent 0ed1b03e68
commit 892cb188f8

View File

@ -40,8 +40,8 @@ enum Command {
#[arg(short = 'a', long, default_value = "delete", default_missing_value = "archive", num_args = 0..1)]
old_version_policy: OldVersionPolicy,
/// The directory where to upload to
#[arg(short, long, default_value = "plugins")]
directory: PathBuf,
#[arg(short = 'p', long, default_value = "plugins")]
upload_directory: PathBuf,
},
/// Execute a command on the servers
#[command(visible_short_flag_alias = 'c')]