Versions in this module Expand all Collapse all v1 v1.0.1 Oct 24, 2024 v1.0.0 Sep 12, 2024 Changes in this version + func Configure(noProgress, quiet, verbose, json, panic bool, assumeYes bool, ...) + func Debug(msg string) + func Debugf(format string, args ...interface{}) + func Die(msg string) + func Dief(format string, args ...interface{}) + func EndProgress() + func JsonEnabled() bool + func Log(msg string) + func Logf(format string, args ...interface{}) + func Login(uri string) + func Logl(level string, msg string) + func Loglf(level string, format string, args ...interface{}) + func NewStateConsumer() *state.Consumer + func Notice(header string, lines []string) + func Object(typ string, msg JsonMessage) + func Opf(format string, args ...interface{}) + func PauseProgress() + func Progress(alpha float64) + func ProgressLabel(label string) + func ProgressScale(scale float64) + func Request(operation string, request string, params interface{}) + func Result(value interface{}) + func ResultOrPrint(value interface{}, p printerFunc) + func ResumeProgress() + func StartProgress() + func StartProgressWithTotalBytes(totalBytes int64) + func Statf(format string, args ...interface{}) + func Warn(msg string) + func Warnf(format string, args ...interface{}) + func YesNo(question string) bool + type JsonMessage map[string]interface