cli

package
v0.0.0-...-e6569ce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2026 License: GPL-3.0 Imports: 5 Imported by: 0

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 PrintError

func PrintError(message string)

PrintError prints an error message

func PrintVersion

func PrintVersion(version string)

PrintVersion prints version information

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL