aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnillc2024-06-09 03:23:01 +0800
committerAnillc2024-06-10 18:59:45 +0800
commitddf42d723837cb8545aced7980f892947408e234 (patch)
tree08f57664cf418fff99fa97bb92285d61a1d021cf /src
parentb3ea6f333f9057b77efd9091119ba67089399ced (diff)
allow --ssh-opts that starts with hyphen
Diffstat (limited to 'src')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 47dc936..88fc7e5 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -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)]