# Functions
NewDisplay constructs a Display that outputs to the given io.Writer with the given DisplayMode.
# Constants
AutoMode will choose TtyMode or PlainMode depending on if the output is a tty.
DefaultMode is the default value for the DisplayMode.
PlainMode is the human-readable plain text output.
QuietMode discards all output.
RawJSONMode is the raw JSON text output.
TtyMode enforces the output is a tty and will otherwise cause an error if it isn't.