Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func IsDebugEnabled ¶
Types ¶
type TablePrinter ¶
type TablePrinter interface { IsTTY() bool AddField(string, func(int, string) string, func(string) string) EndRow() Render() error }
func NewTablePrinter
deprecated
func NewTablePrinter(io *iostreams.IOStreams) TablePrinter
Deprecated: use internal/tableprinter
func NewTablePrinterWithOptions
deprecated
func NewTablePrinterWithOptions(ios *iostreams.IOStreams, opts TablePrinterOptions) TablePrinter
Deprecated: use internal/tableprinter
Click to show internal directories.
Click to hide internal directories.