Versions in this module Expand all Collapse all v0 v0.1.5 May 28, 2024 v0.1.4 May 27, 2024 Changes in this version + var ErrNotPiped = errors.New("no piped input") + var ParseFlags = func(f *flag.FlagSet, args []string) error + type IndentWriter struct + func (w *IndentWriter) Write(s string, args ...any) + func (w *IndentWriter) WriteIndented(fn func()) + func (w *IndentWriter) WriteLn(args ...any) + func (w *IndentWriter) WriteXMLElement(fn func(), el string, attrs ...string) + type Options struct + func (o *Options) Parse() (interface{ ... }, error)