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

Struct ttyTablePrinter

pkg/printers/table_printer.go:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type ttyTablePrinter struct {
59 out io.Writer
60 maxWidth int
61 rows [][]tableField
62}
63
64func (t ttyTablePrinter) IsTTY() bool {
65 return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected