Documentation ¶
Index ¶
- func NewIDECmd(flags *flags.GlobalFlags) *cobra.Command
- func NewListCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewOptionsCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewSetOptionsCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewUseCmd(flags *flags.GlobalFlags) *cobra.Command
- type IDEWithDefault
- type ListCmd
- type OptionsCmd
- type SetOptionsCmd
- type UseCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIDECmd ¶
func NewIDECmd(flags *flags.GlobalFlags) *cobra.Command
NewIDECmd returns a new command
func NewListCmd ¶
func NewListCmd(flags *flags.GlobalFlags) *cobra.Command
NewListCmd creates a new command
func NewOptionsCmd ¶
func NewOptionsCmd(flags *flags.GlobalFlags) *cobra.Command
NewOptionsCmd creates a new command
func NewSetOptionsCmd ¶
func NewSetOptionsCmd(flags *flags.GlobalFlags) *cobra.Command
NewSetOptionsCmd creates a new command
Types ¶
type IDEWithDefault ¶
type IDEWithDefault struct { ideparse.AllowedIDE `json:",inline"` Default bool `json:"default,omitempty"` }
type ListCmd ¶
type ListCmd struct { flags.GlobalFlags Output string }
ListCmd holds the list cmd flags
type OptionsCmd ¶
type OptionsCmd struct { flags.GlobalFlags Output string }
OptionsCmd holds the options cmd flags
type SetOptionsCmd ¶
type SetOptionsCmd struct { flags.GlobalFlags Options []string }
SetOptionsCmd holds the setOptions cmd flags
Click to show internal directories.
Click to hide internal directories.