package
0.0.0-20241018223127-a062be16fda2
Repository: https://github.com/activestate/cli.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
New creates a new prompter.
# Constants
InputRequired requires that the user provide input.
# Interfaces
No description provided by the author
Prompter is the interface used to run our prompt from, useful for mocking in tests.
# Type aliases
ValidatorFlag represents flags for prompt functions to change their behavior on.
ValidatorFunc is a function pass to the Prompter to perform validation on the users input.