Versions in this module Expand all Collapse all v0 v0.1.0 May 6, 2026 Changes in this version + func Confirm(label string) (bool, error) + func IsTTY() bool + func PromptSelect(label string, options []Option) (string, error) + func PromptString(label string, required bool) (string, error) + type Option struct + Description string + Label string + Search string + Value string