- Adding debug information to CommandNotFoundError
0.5.3
FIX:
- Now raising an exception when no command is found
0.5.2
FIX:
- Adding support for Markdown inside description for the Rich formatter
0.5.1
FIX:
- Adding missing `description` fields for command.
0.5.0
NEW:
- Support for `description`. By default, the Rich formatter will display the help next to the command and in the **DESCRIPTION** section the description or the help
0.4.0
NEW:
- You can now choose to pass global options to sub commands or not by . The default is that: - if a processor is passed, we don't pass the options - otherwise, we follow the value of `propagate_options`