Versions in this module Expand all Collapse all v0 v0.0.1 Jan 8, 2025 Changes in this version + var Error = color.New() + var Muted = color.New(color.FgHiBlack) + func IsInteractive() bool + func ReadKey(prompt ...string) (rune, error) + func ReadKeyOf(prompt string, keys ...rune) (rune, error) + func ReadKeyOfSilent(prompt string, keys ...rune) (rune, error) + func ReadKeyOrDefaultOf(prompt string, def rune, others ...rune) (rune, error) + func ReadKeyOrDefaultOfSilent(prompt string, def rune, others ...rune) (rune, error) + func ReadKeySilent(prompt ...string) (rune, error) + func ReadLine(prompt string) (string, error) + func ReadSecret(prompt string) (string, error) + func SpinnerStart() + func SpinnerStop()