Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ForwardSpec ¶
type SSHOptions ¶
type SSHOptions struct { AppName string Command []string Index uint SkipHostValidation bool SkipRemoteExecution bool TerminalRequest TTYRequest ForwardSpecs []ForwardSpec }
func NewSSHOptions ¶
func NewSSHOptions(fc flags.FlagContext) (*SSHOptions, error)
type TTYRequest ¶
type TTYRequest int
const ( REQUEST_TTY_AUTO TTYRequest = iota REQUEST_TTY_NO REQUEST_TTY_YES REQUEST_TTY_FORCE )
Click to show internal directories.
Click to hide internal directories.