Documentation ¶ Index ¶ func Confirm(title string) (bool, error) func Input(title string, placeholder string) (string, error) func Select(title string, options []huh.Option[string]) (string, error) func StringPrompt(label string, stdin io.Reader) string func Table(headers []string, rows [][]string) *table.Table Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Confirm ¶ func Confirm(title string) (bool, error) func Input ¶ func Input(title string, placeholder string) (string, error) func Select ¶ func Select(title string, options []huh.Option[string]) (string, error) func StringPrompt ¶ func StringPrompt(label string, stdin io.Reader) string func Table ¶ func Table(headers []string, rows [][]string) *table.Table Types ¶ This section is empty. Source Files ¶ View all Source files confirm.go inputs.go select.go table.go Click to show internal directories. Click to hide internal directories.