MCPcopy Create free account
hub / github.com/algolia/cli / tsvTablePrinter

Struct tsvTablePrinter

pkg/printers/table_printer.go:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219type tsvTablePrinter struct {
220 out io.Writer
221 currentCol int
222}
223
224func (t tsvTablePrinter) IsTTY() bool {
225 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected