Documentation
¶
Index ¶
- func Execute() error
- func PrintBadge(text string, clr *color.Color)
- func PrintCount(count int, singular, plural string) string
- func PrintEmptyState(msg string)
- func PrintError(msg string)
- func PrintInfo(msg string)
- func PrintLabelValue(label, value string)
- func PrintLabelValueWithColor(label, value string, valueClr *color.Color)
- func PrintList(items []string, indent int)
- func PrintNumberedList(items []string, indent int)
- func PrintSection(title string)
- func PrintSeparator()
- func PrintSubsection(title string)
- func PrintSuccess(msg string)
- func PrintTable(headers []string, rows [][]string)
- func PrintWarning(msg string)
- func SetVersion(v string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintBadge ¶
PrintBadge prints a colored badge/tag
func PrintCount ¶
PrintCount prints a count with proper formatting
func PrintEmptyState ¶
func PrintEmptyState(msg string)
PrintEmptyState prints a message when there's no data to show
func PrintLabelValue ¶
func PrintLabelValue(label, value string)
PrintLabelValue prints a label-value pair with proper formatting
func PrintLabelValueWithColor ¶
PrintLabelValueWithColor prints a label-value pair with a custom value color
func PrintNumberedList ¶
PrintNumberedList prints a numbered list
func PrintSubsection ¶
func PrintSubsection(title string)
PrintSubsection prints a subsection header
func PrintSuccess ¶
func PrintSuccess(msg string)
PrintSuccess prints a success message with a checkmark
func PrintTable ¶
PrintTable prints a simple two-column table
func PrintWarning ¶
func PrintWarning(msg string)
PrintWarning prints a warning message with a warning symbol
func SetVersion ¶
func SetVersion(v string)
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.