Versions in this module Expand all Collapse all v0 v0.1.4 Sep 5, 2022 Changes in this version + type Prompt struct + DefaultValue string + Description string + Label string + Validation func(s string) bool + func (p *Prompt) Run() (*PromptResult, error) + type PromptResult struct + Cancelled bool + Value string + type Select struct + Description string + Label string + Options []string + func (s *Select) Run() (*SelectResult, error) + type SelectResult struct + Cancelled bool + SelectedIndex int + SelectedValue string