Versions in this module Expand all Collapse all v1 v1.10.2 Mar 8, 2026 Changes in this version + func PrintBanner(title string) + func PrintCredentials(username, password, apiKey string, userCreated bool) + func PrintError(message string) + func PrintStep(step int, message string) + func PrintSuccess(message string) + func PrintWarning(message string) + func Select[T any](p *Prompter, message string, options []Option[T]) (T, error) + type Option struct + Label string + Value T + type Prompter struct + func NewPrompter(r io.Reader) *Prompter + func (p *Prompter) Confirm(message string) (bool, error) + func (p *Prompter) Input(message, defaultVal string) (string, error)