Documentation
¶
Overview ¶
Package chalk provides convenience utilities for working with colourized output using gchalk.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Default = gchalk.Reset Error = gchalk.Red ErrorBold = gchalk.WithRed().Bold Warning = gchalk.Yellow Success = gchalk.WithGreen().Bold Bold = gchalk.Bold Italic = gchalk.Italic Header = gchalk.Green BoldHeader = gchalk.WithGreen().Bold BlueUnderline = gchalk.WithBlue().Underline BlueBoldUnderline = gchalk.WithBlue().WithBold().Underline )
Functions ¶
func PrintErrLight ¶
func PrintErrLight(err error)
func PrintErrStr ¶
func PrintErrStr(str ...string)
func PrintWarningStr ¶
func PrintWarningStr(str ...string)
func QuotedItalic ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.