We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa91e11 commit 03034dcCopy full SHA for 03034dc
cli/configssh.go
@@ -219,6 +219,8 @@ func (r *RootCmd) configSSH() *clibase.Cmd {
219
),
220
Handler: func(inv *clibase.Invocation) error {
221
if sshConfigOpts.waitEnum != "auto" && skipProxyCommand {
222
+ // The wait option is applied to the ProxyCommand. If the user
223
+ // specifies skip-proxy-command, then wait cannot be applied.
224
return xerrors.Errorf("cannot specify both --skip-proxy-command and --wait")
225
}
226
0 commit comments