Documentation
¶
Index ¶
- func NewIDECmd(flags *flags.GlobalFlags) *cobra.Command
- func NewListCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewOptionsCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewSetCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewUseCmd(flags *flags.GlobalFlags) *cobra.Command
- type IDEWithDefault
- type ListCmd
- type OptionsCmd
- type SetCmd
- 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.
Types ¶
type IDEWithDefault ¶
type IDEWithDefault struct {
ideparse.AllowedIDE `json:",inline"`
Default bool `json:"default,omitempty"`
}
type OptionsCmd ¶
type OptionsCmd struct {
*flags.GlobalFlags
}
OptionsCmd holds the options cmd flags.
type SetCmd ¶ added in v1.3.1
type SetCmd struct {
*flags.GlobalFlags
Options []string
}
SetCmd holds the set cmd flags.
Click to show internal directories.
Click to hide internal directories.