Versions in this module Expand all Collapse all v0 v0.4.2 Aug 30, 2022 Changes in this version + type Decoration color.Color + func (d Decoration) Containing(contents Span) Span + type Span interface + VisualLength func() int + WriteTo func(io.Writer) error + func FieldSyntaxHelp(arg help.FieldHelp) Span + func FromWriter(run func(io.Writer) error) Span + func Indented(amt int, content Span) Span + func Line(content Span) Span + func MarkerSyntaxHelp(def help.MarkerDoc) Span + func MarkersDetails(fullDetail bool, groupName string, markers []help.MarkerDoc) Span + func MarkersSummary(groupName string, markers []help.MarkerDoc) Span + func Newlines(amt int) Span + type SpanWriter struct + func (m *SpanWriter) Print(s Span) + func (m *SpanWriter) VisualLength() int + func (m *SpanWriter) WriteTo(w io.Writer) error + type Table struct + Sizing *TableCalculator + func (t *Table) Column(contents Span) + func (t *Table) EndRow() + func (t *Table) SkipRow(contents Span) + func (t *Table) StartRow() + func (t *Table) VisualLength() int + func (t *Table) WriteTo(out io.Writer) error + type TableCalculator struct + MaxWidth int + Padding int + func (c *TableCalculator) AddRowSizes(cellSizes ...int) + func (c *TableCalculator) ColumnWidths() []int + type Text string + func (t Text) VisualLength() int + func (t Text) WriteTo(w io.Writer) error