Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2024 Changes in this version + var ErrCommandNotFound = errors.New("command is nil") + func Execute(commandArgs []string, flags config.CLI, configuration *config.ProgramConfig) error + type Command interface + Execute func() error + type DockerRunCommand struct + CommandArgs []string + Configuration *config.ProgramConfig + Flags config.CLI + func (s *DockerRunCommand) Execute() error + func (s *DockerRunCommand) GetDockerMeta() (string, []string, *config.Settings, error) + type SessionCommand struct + Configuration *config.ProgramConfig + Flags config.CLI + func (s *SessionCommand) Execute() error + type ShowConfigCommand struct + Configuration *config.ProgramConfig + Flags config.CLI + func (c *ShowConfigCommand) Execute() error