Versions in this module Expand all Collapse all v0 v0.1.1 Apr 19, 2026 v0.1.0 Apr 19, 2026 Changes in this version + 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 struct + Default bool + type ListCmd struct + Output string + func (cmd *ListCmd) Run(ctx context.Context) error + type OptionsCmd struct + Output string + func (cmd *OptionsCmd) Run(ctx context.Context, ide string) error + type SetOptionsCmd struct + Options []string + func (cmd *SetOptionsCmd) Run(ctx context.Context, ide string) error + type UseCmd struct + Options []string + func (cmd *UseCmd) Run(ctx context.Context, ide string) error