Skip to content

Commit ddf42d7

Browse files
committed
allow --ssh-opts that starts with hyphen
1 parent b3ea6f3 commit ddf42d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub struct Opts {
6868
#[clap(long)]
6969
profile_user: Option<String>,
7070
/// Override the SSH options used
71-
#[clap(long)]
71+
#[clap(long, allow_hyphen_values = true)]
7272
ssh_opts: Option<String>,
7373
/// Override if the connecting to the target node should be considered fast
7474
#[clap(long)]

0 commit comments

Comments
 (0)