Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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