Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShellCleanupCommand ¶
type ShellCleanupCommand struct {
// contains filtered or unexported fields
}
func NewShellCleanupCommand ¶
func NewShellCleanupCommand(dto *parser.CleanupCommandDTO, baseDir string, ctx context.Context) *ShellCleanupCommand
func (*ShellCleanupCommand) Cleanup ¶
func (c *ShellCleanupCommand) Cleanup() error
type ShellSetupCommand ¶
type ShellSetupCommand struct {
// contains filtered or unexported fields
}
func NewShellSetupCommand ¶
func NewShellSetupCommand(cmd *parser.SetupCommandDTO, baseDir string, ctx context.Context) (*ShellSetupCommand, error)
func (*ShellSetupCommand) Cleanup ¶
func (s *ShellSetupCommand) Cleanup() error
func (*ShellSetupCommand) Execute ¶
func (s *ShellSetupCommand) Execute() error
Click to show internal directories.
Click to hide internal directories.