Add -y as alias to --no-confirm
This commit is contained in:
parent
24fec093d2
commit
0583eecf81
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -186,7 +186,7 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
||||
|
||||
[[package]]
|
||||
name = "multi-ssh"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"homedir",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "multi-ssh"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@ -79,7 +79,7 @@ enum Command {
|
||||
#[arg(short = 'd', long, default_value = "plugins")]
|
||||
upload_directory: PathBuf,
|
||||
/// Skip the confirmation dialog
|
||||
#[arg(long, default_value = "false")]
|
||||
#[arg(short = 'y', long, default_value = "false")]
|
||||
no_confirm: bool,
|
||||
/// The prefix of the name of older versions of the file, which should be replaced or deleted
|
||||
#[arg(short, long)]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user