Versions in this module Expand all Collapse all v2 v2.0.0 Mar 28, 2023 Changes in this version + type Formatter interface + Debugln func(msg any, filter ...Mode) + Err func(msg any, filter ...Mode) + Finish func() + Print func(msg any, filter ...Mode) + Println func(msg any, filter ...Mode) + Question func(msg any, filter ...Mode) string + Success func(msg any, filter ...Mode) + Warning func(msg any, filter ...Mode) + func NewFormatter(mode Mode, options Options) (Formatter, error) + type Mode string + const JSON + const Plain + const Pretty + const Silent + type Options struct + AutoDetectTTY *bool + Debug *bool + func DefaultOptions() Options Other modules containing this package github.com/clintjedwards/polyfmt