Documentation
¶
Index ¶
- Variables
- func Debug(msg string, args ...interface{})
- func Error(msg string, args ...interface{})
- func Info(msg string, args ...interface{})
- func Print(msg string, args ...interface{})
- func Println(msg string, args ...interface{})
- func ReadLine() (string, error)
- func ReadLineWithPrompt(prompt string) (string, error)
- func ReadPassword() (string, error)
- func ReadPasswordWithPrompt(prompt string) (string, error)
- func SupportsColors() bool
- func Warn(msg string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Verbose bool
)
Functions ¶
func ReadLineWithPrompt ¶
func ReadPassword ¶
func ReadPasswordWithPrompt ¶
func SupportsColors ¶
func SupportsColors() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.