Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandHandler ¶
type CommandHandler struct { Logic logic.Logic Prompt console.Prompt AppConfig config.Configuration }
func NewCommandHandler ¶
func NewCommandHandler(logic logic.Logic, prompt console.Prompt, config config.Configuration) *CommandHandler
NewCommandHandler creates an environment command handler instance.
func (*CommandHandler) Command ¶
func (envCommand *CommandHandler) Command() *cobra.Command
Command function generates all environment commands
func (*CommandHandler) GetSetCommand ¶
func (envCommand *CommandHandler) GetSetCommand() *cobra.Command
GetSetCommand function return set environment command
Click to show internal directories.
Click to hide internal directories.