Documentation
¶
Index ¶
- func Errorln(format string, a ...any) error
- func GetUserChoice(context string, items []string) (int, string, error)
- func GetUserInput(label string, value string) (string, error)
- func GetUserInputWithValidation(label string, value string, validate func(string) error) (string, error)
- func MakeDirnameAvailableValidator(parentDir string) func(string) error
- func PrintSeparateln(format string, a ...any)
- func Println(format string, a ...any)
- type UserInputOptionsStruct
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeDirnameAvailableValidator ¶ added in v2.0.15
func PrintSeparateln ¶
Types ¶
type UserInputOptionsStruct ¶ added in v2.0.15
Click to show internal directories.
Click to hide internal directories.