Adjust upload directory property
This commit is contained in:
parent
0ed1b03e68
commit
892cb188f8
@ -40,8 +40,8 @@ enum Command {
|
|||||||
#[arg(short = 'a', long, default_value = "delete", default_missing_value = "archive", num_args = 0..1)]
|
#[arg(short = 'a', long, default_value = "delete", default_missing_value = "archive", num_args = 0..1)]
|
||||||
old_version_policy: OldVersionPolicy,
|
old_version_policy: OldVersionPolicy,
|
||||||
/// The directory where to upload to
|
/// The directory where to upload to
|
||||||
#[arg(short, long, default_value = "plugins")]
|
#[arg(short = 'p', long, default_value = "plugins")]
|
||||||
directory: PathBuf,
|
upload_directory: PathBuf,
|
||||||
},
|
},
|
||||||
/// Execute a command on the servers
|
/// Execute a command on the servers
|
||||||
#[command(visible_short_flag_alias = 'c')]
|
#[command(visible_short_flag_alias = 'c')]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user