# Functions
GetFlagString gets a string value from a command with a flag name or panics.
RunOrDie runs the cobra command or panics.
# Interfaces
CmdFlagger wraps a method of adding a flag to a Command.
Describer describes a CLI application.
FlagFlagger wraps a method of adding a flag to a FlagSet.