Versions in this module Expand all Collapse all v0 v0.1.0 Aug 22, 2025 Changes in this version + var SupportedFormats = []string + func FormatOutput(content string, formatStr string) string + func GetHelpText() string + func IsValid(s string) bool + type OutputFormat string + const JSON + const Text + func Parse(s string) (OutputFormat, error) + func (f OutputFormat) String() string + type Spinner struct + func NewSpinner(message string) *Spinner + func (s *Spinner) Start() + func (s *Spinner) Stop()