Documentation
¶
Index ¶
- func Execute()
- type FormProvider
- type RealFormProvider
- func (RealFormProvider) Confirm(title, description string) (bool, error)
- func (RealFormProvider) Input(title string, validate func(string) error) (string, error)
- func (RealFormProvider) InputPassword(title string) (string, error)
- func (RealFormProvider) Select(title string, options []string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FormProvider ¶ added in v0.0.12
type RealFormProvider ¶ added in v0.0.12
type RealFormProvider struct{}
func (RealFormProvider) Confirm ¶ added in v0.0.12
func (RealFormProvider) Confirm(title, description string) (bool, error)
func (RealFormProvider) InputPassword ¶ added in v0.0.12
func (RealFormProvider) InputPassword(title string) (string, error)
Click to show internal directories.
Click to hide internal directories.