Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTagEmptyName = errors.New("Invalid tag, empty name") ErrTagEmptyValue = errors.New("Invalid tag, empty value") ErrTagEmptyString = errors.New("Invalid tag, empty string") )
View Source
var BannerColor = color.New(color.FgCyan)
Functions ¶
Types ¶
type Config ¶
type ExitCode ¶
ExitCode wraps the error with an exit code. Hint is used to show details information about underlying error.
type RawFormatter ¶ added in v0.28.0
type RawFormatter struct{}
RawFormatter it does nothing with the message just prints it
Click to show internal directories.
Click to hide internal directories.