Versions in this module Expand all Collapse all v0 v0.1.0 Dec 15, 2021 Changes in this version + func Confirm(ps string) (string, error) + func Debug(a ...interface{}) + func Debugf(format string, a ...interface{}) + func Debugln(a ...interface{}) + func Error(a ...interface{}) + func Errorf(format string, a ...interface{}) + func Errorln(a ...interface{}) + func Info(a ...interface{}) + func Infof(format string, a ...interface{}) + func Infoln(a ...interface{}) + func Prompt(a ...interface{}) + func PromptSecret(ps string) (string, error) + func Promptf(format string, a ...interface{}) + func Promptln(a ...interface{}) + func SetDebugEnabled(b bool) + func SetErrorEnabled(b bool) + func SetInfoEnabled(b bool) + func SetPromptEnabled(b bool) + type Printer interface + Print func(...interface{}) + Printf func(string, ...interface{}) + Println func(...interface{}) + SetEnabled func(bool) + func NewPrinter(w io.Writer) Printer