Documentation ¶
Index ¶
Constants ¶
View Source
const RecommendedCommandName = "utils"
Variables ¶
This section is empty.
Functions ¶
func NewCmdTerminal ¶
NewCmdTerminal implements the utils terminal odo command
func NewCmdUtils ¶
NewCmdUtils implements the utils odo command
Types ¶
type TerminalOptions ¶
type TerminalOptions struct {
// contains filtered or unexported fields
}
TerminalOptions encapsulates the options for the command
func NewTerminalOptions ¶
func NewTerminalOptions() *TerminalOptions
NewTerminalOptions creates a new TerminalOptions instance
func (*TerminalOptions) Run ¶
func (o *TerminalOptions) Run() (err error)
Run contains the logic for the command
func (*TerminalOptions) Validate ¶
func (o *TerminalOptions) Validate() (err error)
Validate validates the TerminalOptions based on completed values
Click to show internal directories.
Click to hide internal directories.