From ddf42d723837cb8545aced7980f892947408e234 Mon Sep 17 00:00:00 2001 From: Anillc Date: Sun, 9 Jun 2024 03:23:01 +0800 Subject: allow --ssh-opts that starts with hyphen --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli.rs') 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, /// Override the SSH options used - #[clap(long)] + #[clap(long, allow_hyphen_values = true)] ssh_opts: Option, /// Override if the connecting to the target node should be considered fast #[clap(long)] -- cgit v1.2.3