Documentation
¶
Index ¶
- Variables
- func Accent(s string) string
- func Banner()
- func Debug(format string, args ...any)
- func EnableDebug()
- func HumanSize(bytes int) string
- func InfoBox(title string, pairs ...string)
- func IsDebug() bool
- func IsVerbose() bool
- func Print(format string, args ...any)
- func Println(args ...any)
- func SetDebug(d bool)
- func SetVerbose(v bool)
- func Spinner(label string) func(string)
- func Verbose(format string, args ...any)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Status = log.Status Success = log.Success Error = log.Error Warning = log.Warning )
Core log functions - delegate to pkg/log.
View Source
var BannerModuleCount int
BannerModuleCount and BannerPayloadCount are set by the console before Banner().
View Source
var BannerPayloadCount int
View Source
var BannerVersion string
BannerVersion is set by the CLI package at init time.
Functions ¶
func EnableDebug ¶
func EnableDebug()
func SetVerbose ¶
func SetVerbose(v bool)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.