Documentation ¶ Index ¶ func NewCmdTheme(props *props.Props) *setup.Command func RunTheme(_ context.Context, _ *props.Props, _ *ThemeOptions, _ []string) error type ThemeOptions Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdTheme ¶ func NewCmdTheme(props *props.Props) *setup.Command func RunTheme ¶ func RunTheme(_ context.Context, _ *props.Props, _ *ThemeOptions, _ []string) error RunTheme runs when `keryx theme` is invoked without a subcommand: it points at the verbs. The real work lives in the list/show/add/edit/rm subcommands. Types ¶ type ThemeOptions ¶ type ThemeOptions struct{} Source Files ¶ View all Source files cmd.gomain.go Directories ¶ Show internal Expand all Path Synopsis add edit list migrate pin promote rm show use Click to show internal directories. Click to hide internal directories.