# Functions
ConfigTableWriter takes a pointer to a Table and configures it based on the passed in opts.
Execute adds all child commands to the root command and sets flags appropriately.
FromString accepts a string and converts it into an Alignment type.
FromStringArray accepts an array of strings and attempts to convert them into an Alignment type.
NewBufWriteCloser creates a new BufWriteCloser type using f to read from and buf to write to.
Render will read from r and write to w using opts to control how the table is rendered.
# Constants
AlignCenter will align the header, column, or footer to the center.
AlignDefault will align the header, column, or footer in the default manner.
AlignEmpty only used during an error state.
AlignLeft will align the header, column, or footer to the left.
AlignRight will align the header, column, or footer to the right.
# Variables
BuildDate defines the date this build was built.
ErrUnknownAlignment Returned when the passed in alignment character isn't a valid Alignment type.
RootCmd represents the base command when called without any subcommands.
Version defines the version of the tool.
# Structs
BufWriteCloser provides a WriteCloser for a bufio.Writer.
RenderOptions defines the various rendering options available.
# Type aliases
Alignment An alignment specifies how a header, column, or footer should be aligned while rendering.