Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetAtmosConfig ¶
func SetAtmosConfig(config *schema.AtmosConfiguration)
SetAtmosConfig sets the Atmos configuration for the theme commands. This is called from root.go after atmosConfig is initialized.
Types ¶
type ThemeCommandProvider ¶
type ThemeCommandProvider struct{}
ThemeCommandProvider implements the CommandProvider interface.
func (*ThemeCommandProvider) GetCommand ¶
func (t *ThemeCommandProvider) GetCommand() *cobra.Command
GetCommand returns the theme command.
func (*ThemeCommandProvider) GetGroup ¶
func (t *ThemeCommandProvider) GetGroup() string
GetGroup returns the command group for help organization.
func (*ThemeCommandProvider) GetName ¶
func (t *ThemeCommandProvider) GetName() string
GetName returns the command name.
Click to show internal directories.
Click to hide internal directories.