# Functions
DefaultOpts is a convenience wrapper that enumerates and configures the set of default options for the cmdline interface.
Display provides a UI for the draft client.
NoColor returns an Option that sets if the output is colorized or not.
WithStderr returns an Option that sets the cmdline interface's stderr writer.
WithStdout returns an Option that sets the cmdline interface's stdout writer.
# Type aliases
Option defines a configurable cmdline interface option.