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

Interface TablePrinter

pkg/printers/table_printer.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type TablePrinter interface {
14 IsTTY() bool
15 AddField(string, func(int, string) string, func(string) string)
16 EndRow()
17 Render() error
18}
19
20type TablePrinterOptions struct {
21 IsTTY bool

Callers 32

listTargetsFunction · 0.95
runListCmdFunction · 0.95
runListCmdFunction · 0.95
runListCmdFunction · 0.95
printStatsFunction · 0.95
runListCmdFunction · 0.95
runStatsCmdFunction · 0.95
listTargetsFunction · 0.95
runListCmdFunction · 0.95
runListCmdFunction · 0.95
runListCmdFunction · 0.95

Implementers 2

ttyTablePrinterpkg/printers/table_printer.go
tsvTablePrinterpkg/printers/table_printer.go

Calls

no outgoing calls

Tested by

no test coverage detected