Versions in this module Expand all Collapse all v0 v0.1.1 Feb 18, 2026 v0.1.0 Feb 7, 2026 Changes in this version + func Execute(args []string) (err error) + func ExitCode(err error) int + func VersionString() string + type CLI struct + Config ConfigCmd + Fonts FontsCmd + Generate GenerateCmd + Templates TemplatesCmd + Version kong.VersionFlag + VersionCmd VersionCmd + type ConfigCmd struct + Get ConfigGetCmd + List ConfigListCmd + Path ConfigPathCmd + Set ConfigSetCmd + Unset ConfigUnsetCmd + type ConfigGetCmd struct + Key string + func (c *ConfigGetCmd) Run(ctx context.Context) error + type ConfigListCmd struct + func (c *ConfigListCmd) Run(ctx context.Context) error + type ConfigPathCmd struct + func (c *ConfigPathCmd) Run(_ context.Context) error + type ConfigSetCmd struct + Key string + Value string + func (c *ConfigSetCmd) Run(_ context.Context) error + type ConfigUnsetCmd struct + Key string + func (c *ConfigUnsetCmd) Run(_ context.Context) error + type ExitError struct + Code int + Err error + func (e *ExitError) Error() string + func (e *ExitError) Unwrap() error + type FontsCmd struct + ID string + func (c *FontsCmd) Run(ctx context.Context) error + type GenerateCmd struct + AutoOutput bool + Background string + Center string + Copy bool + Font string + Format string + Height int + Layout string + Open bool + Output string + Preview *bool + Safe bool + Scale string + Style []string + Template string + Text []string + TextColor []string + Width int + func (c *GenerateCmd) Run(ctx context.Context, root *RootFlags) error + type RootFlags struct + Color string + Force bool + JSON bool + NoInput bool + Verbose bool + type TemplatesCmd struct + Animated bool + Filter string + ID string + Refresh bool + func (c *TemplatesCmd) Run(ctx context.Context, root *RootFlags) error + type VersionCmd struct + func (c *VersionCmd) Run(ctx context.Context) error