Documentation ¶
Index ¶
- Constants
- func All(funcs ...survey.Validator) survey.Validator
- func Ask(question string, validate survey.Validator) (string, error)
- func AskPath(question string, value string, validate survey.Validator) (string, error)
- func AskSecretWithHelp(question string, help string, validate survey.Validator) (string, error)
- func AssertMinimumLength(length int) survey.Validator
- func Choose(question string, items []string) (int, string, error)
- func Confirm(question string) (bool, error)
- func GetAvailableEphemeralPort(iface string) (int, error)
- func GetWorkspaceDir() (string, error)
- func Lowercase() survey.Validator
- func MakeSpinner(suffix string) *spinner.Spinner
Constants ¶
View Source
const BunnyshellWorkspaceDirname = ".bunnyshell"
Variables ¶
This section is empty.
Functions ¶
func AskSecretWithHelp ¶ added in v0.5.1
func AssertMinimumLength ¶
func AssertMinimumLength(length int) survey.Validator
func GetAvailableEphemeralPort ¶ added in v0.2.0
func GetWorkspaceDir ¶ added in v0.2.0
func MakeSpinner ¶ added in v0.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.