Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrCommandNotFound = errors.New("command is nil")
Functions ¶
Types ¶
type DockerRunCommand ¶
type DockerRunCommand struct { Flags config.CLI Configuration *config.ProgramConfig CommandArgs []string }
func (*DockerRunCommand) Execute ¶
func (s *DockerRunCommand) Execute() error
func (*DockerRunCommand) GetDockerMeta ¶
type SessionCommand ¶
type SessionCommand struct { Flags config.CLI Configuration *config.ProgramConfig }
func (*SessionCommand) Execute ¶
func (s *SessionCommand) Execute() error
type ShowConfigCommand ¶
type ShowConfigCommand struct { Flags config.CLI Configuration *config.ProgramConfig }
func (*ShowConfigCommand) Execute ¶
func (c *ShowConfigCommand) Execute() error
Click to show internal directories.
Click to hide internal directories.