Versions in this module Expand all Collapse all v0 v0.67.0 May 30, 2026 Changes in this version + var ErrNotInteractive = errors.New("prompt: stdin is not a terminal") + func Confirm(question string, def bool) (bool, error) + func Input(label string, masked bool) (string, error) + func MultiSelect(title string, items []Item) ([]int, error) + func Select(title string, opts []string) (int, error) + type Item struct + Label string + Preselected bool