Documentation
¶
Index ¶
- func Banner(msg string) string
- func Debug(msg string)
- func DebugBlock(title string, msgs ...string)
- func DebugGroup(title string, msgs ...string)
- func Error(msg string)
- func ErrorBlock(title string, msgs ...string)
- func ErrorGroup(title string, msgs ...string)
- func Info(msg string)
- func InfoBlock(title string, msgs ...string)
- func InfoGroup(title string, msgs ...string)
- func PrintKVs(title string, entries ...KV)
- func PromptAndConfirmPassword(prompt, confirmPrompt string) (string, error)
- func PromptConfirm(prompt string) bool
- func PromptSecret(prompt string) (string, error)
- func Success(msg string)
- func SuccessBlock(title string, msgs ...string)
- func SuccessGroup(title string, msgs ...string)
- func VSpacer(lines int)
- func Warn(msg string)
- func WarnBlock(title string, msgs ...string)
- func WarnGroup(title string, msgs ...string)
- type KV
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DebugBlock ¶ added in v0.1.4
func DebugGroup ¶
func ErrorBlock ¶ added in v0.1.4
func ErrorGroup ¶
func PromptAndConfirmPassword ¶ added in v0.1.3
func PromptConfirm ¶ added in v0.1.3
func PromptSecret ¶ added in v0.1.3
func SuccessBlock ¶ added in v0.1.4
func SuccessGroup ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.