Documentation ¶
Index ¶
- func PrintToTerm(text ...interface{})
- func PrintfToTerm(msg string, format ...interface{})
- func PrintlnToTerm(text ...interface{})
- func Prompt(text, def string) (string, error)
- func PromptBool(text string, def bool) (bool, error)
- func PromptOptions(text string, def int, options ...string) (int, error)
- func PromptPassword(text, def string) (string, error)
- type Questions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintToTerm ¶
func PrintToTerm(text ...interface{})
func PrintfToTerm ¶
func PrintfToTerm(msg string, format ...interface{})
func PrintlnToTerm ¶
func PrintlnToTerm(text ...interface{})
func PromptPassword ¶ added in v0.2.0
Types ¶
Click to show internal directories.
Click to hide internal directories.