mirror of
https://github.com/serokell/deploy-rs.git
synced 2024-11-22 05:04:13 +03:00
allow --ssh-opts that starts with hyphen
This commit is contained in:
parent
b3ea6f333f
commit
ddf42d7238
@ -68,7 +68,7 @@ pub struct Opts {
|
||||
#[clap(long)]
|
||||
profile_user: Option<String>,
|
||||
/// Override the SSH options used
|
||||
#[clap(long)]
|
||||
#[clap(long, allow_hyphen_values = true)]
|
||||
ssh_opts: Option<String>,
|
||||
/// Override if the connecting to the target node should be considered fast
|
||||
#[clap(long)]
|
||||
|
Loading…
Reference in New Issue
Block a user