Documentation
¶
Overview ¶
Package console provides terminal output utilities: spinners, colored text, and release summary formatting.
Index ¶
- Variables
- func BlueText(s string) string
- func BoldText(s string) string
- func CyanText(s string) string
- func DimText(s string) string
- func GreenText(s string) string
- func PrintSummary(s Summary)
- func RedText(s string) string
- func Step(label string)
- func YellowText(s string) string
- type Spinner
- type Summary
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Reset = "\033[0m" Bold = "\033[1m" Dim = "\033[2m" Red = "\033[31m" Green = "\033[32m" Yellow = "\033[33m" Blue = "\033[34m" Cyan = "\033[36m" White = "\033[37m" )
Functions ¶
func PrintSummary ¶
func PrintSummary(s Summary)
func YellowText ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.