MCPcopy Create free account
hub / github.com/cli/go-gh / tsvTablePrinter

Struct tsvTablePrinter

pkg/tableprinter/table.go:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237type tsvTablePrinter struct {
238 out io.Writer
239 currentCol int
240}
241
242func (t *tsvTablePrinter) AddHeader(_ []string, _ ...fieldOption) {}
243

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected