>InformativeError

InformativeError

Including this module into an exception class will ensure that when raised, while running Command.run, only the message of the exception will be shown to the user. Unless disabled with the --verbose flag.

In addition, the message will be colored red, if Command.colorize_output is set to true.