MCPcopy Create free account
hub / github.com/driangle/taskmd / AddHeader

Method AddHeader

apps/cli/internal/cli/tablewriter.go:29–31  ·  view source on GitHub ↗

AddHeader adds a plain-text header row (no coloring).

(cols []string)

Source from the content-addressed store, hash-verified

27
28// AddHeader adds a plain-text header row (no coloring).
29func (tw *TableWriter) AddHeader(cols []string) {
30 tw.rows = append(tw.rows, tableRow{plain: cols, colored: cols})
31}
32
33// AddSeparator adds a row of dashes sized to match column widths.
34// The actual dash strings are computed in Flush.

Callers 13

outputNextTableFunction · 0.95
outputTagsTableFunction · 0.95
outputProjectsTableFunction · 0.95
outputSearchTableFunction · 0.95
outputTodosTableFunction · 0.95
outputPhasesTableFunction · 0.95
outputProjectTableFunction · 0.95

Calls

no outgoing calls