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

Function NewTableWriter

apps/cli/internal/cli/tablewriter.go:24–26  ·  view source on GitHub ↗

NewTableWriter creates a TableWriter with the default " " column gap.

()

Source from the content-addressed store, hash-verified

22
23// NewTableWriter creates a TableWriter with the default " " column gap.
24func NewTableWriter() *TableWriter {
25 return &TableWriter{gap: " "}
26}
27
28// AddHeader adds a plain-text header row (no coloring).
29func (tw *TableWriter) AddHeader(cols []string) {

Callers 15

outputNextTableFunction · 0.85
outputTagsTableFunction · 0.85
outputTracksTableFunction · 0.85
outputProjectsTableFunction · 0.85
outputStatsTableFunction · 0.85
outputSearchTableFunction · 0.85

Calls

no outgoing calls