# Functions
NewTable returns a new *Table instance.
SetAliases is a Table option for setting the aliases.
SetColumns is a Table option for setting the columns to display.
SetHeaders is a Table option for setting the option to display headers.
SetNumbers is a Table option for setting the option to display numbers.
SetTableWriter is a Table option for setting the writer.
TStoString converts a timestamp to RFC3339 format string.
# Type aliases
Aliases represents a slice of Alias structs.
AliasesMap represents a map of Alias structs.