Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exec ¶
type Exec struct { handler.Session Pty bool `usage:"Run in a pseudo-terminal"` Timeout int `usage:"Number of seconds to wait for a non-[--pty] command to finish"` }
func (*Exec) BindCobraFlags ¶
Implements cage/cli/handler.Mixin
func (*Exec) Do ¶
func (m *Exec) Do(ctx context.Context, creds *credentials.Credentials, args []string)
Click to show internal directories.
Click to hide internal directories.