Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Title style - bold red with microphone emoji TitleStyle = lipgloss.NewStyle(). Bold(true). Foreground(primaryColor). MarginBottom(1) // Error message style ErrorStyle = lipgloss.NewStyle(). Bold(true). Foreground(primaryColor) // Key-value pair styles KeyStyle = lipgloss.NewStyle(). Foreground(mutedColor) ValueStyle = lipgloss.NewStyle(). Bold(true). Foreground(textColor) )
Styles
Functions ¶
func StyledHelpPrinter ¶
func StyledHelpPrinter(options kong.HelpOptions) func(options kong.HelpOptions, ctx *kong.Context) error
StyledHelpPrinter creates a custom help printer with Lipgloss styling
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.