# Functions
No description provided by the author
SetIsTTY sets the IsTTY variable which indicates whether terminal output is a TTY or nonTTY.
SetNonTTYSeparator sets the separator for the columns in the table for non-ttys.
SetTerminalWidth sets the maximum width for the terminal.
SetTTYSeparator sets the separator for the columns in the table for TTYs.
# Structs
No description provided by the author
TablePrinter represents a decorator that renders the data formatted in a tabular form.
No description provided by the author