Documentation ¶ Index ¶ func Ask(question string, dft bool) (bool, error) func Password(text string) (string, error) func Prompt(text string, required bool) (string, error) func PromptDefault(text string, dft string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Ask ¶ func Ask(question string, dft bool) (bool, error) func Password ¶ func Password(text string) (string, error) func Prompt ¶ func Prompt(text string, required bool) (string, error) func PromptDefault ¶ func PromptDefault(text string, dft string) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files prompt.go Click to show internal directories. Click to hide internal directories.