Versions in this module Expand all Collapse all v2 v2.0.2 Jun 30, 2025 Changes in this version + var AskForDiskAutoresize = askForDiskAutoresize + var AskForDiskSize = askForDiskSize + var AskForTier = askForTier + var AskForType = askForType + var CmdStyle = pterm.NewStyle(pterm.FgLightMagenta) + var LinkStyle = pterm.NewStyle(pterm.FgLightBlue, pterm.Underscore) + var YamlStyle = pterm.NewStyle(pterm.FgLightYellow) + type Prompter interface + Show func(text ...string) (string, error) + var TextInput Prompter = pterm.DefaultInteractiveTextInput + type Selector interface + WithOptions func(options []string) Selector + var TextSelector Selector = &textSelector{ ... }