Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UI ¶
type UI interface {
Select(message string, options []string) (int, error)
Input(message string, defaultValue string) (string, error)
Confirm(message string, defaultValue bool) (bool, error)
Password(message string) (string, error)
}
UI - prompt user input
Click to show internal directories.
Click to hide internal directories.