Versions in this module Expand all Collapse all v1 v1.20.8 Aug 4, 2026 Changes in this version + func Confirm(fmtStr string, args ...any) bool + func ConfirmRed(fmtStr string, args ...any) bool + func ConfirmSecureSession(warning string) bool + func ConfirmWithIAgree(fmtStr string, args ...any) bool + func ConfirmYellow(fmtStr string, args ...any) bool + func Declined(yes bool, fmtStr string, args ...any) bool + func Prompt(initialPrompt string, expectedFormat string, incorrectFormatPrompt string) string + func PromptPassword(initialPrompt string, expectedFormat string, incorrectFormatPrompt string) string + func Select(initialPrompt string, options []string) (int, string)