- Bug Fixes - Fixed duplicated parameter tables in API documentation.
2.5.10
- Bug Fixes - Fixed docstring style for MkDocs API documentation so parameters are displayed properly.
2.5.9
- Bug Fixes - Fixed 'index out of range' error when passing no arguments to an argparse-based command function.
2.5.8
- Bug Fixes - Rolled back undocumented changes to printing functions introduced in 2.5.0.
2.5.7
- Bug Fixes - Fixed issue where argument parsers for overridden commands were not being created. - Fixed issue where `Cmd.ppaged()` was not writing to the passed in destination.
2.5.6
- Bug Fixes - Fixed type hint for `with_default_category` decorator which caused type checkers to mistype a subclass of `CommandSet` as a plain `CommandSet`.