- Underscores in handler names are now replaced with dashes when the corresponding command name is generated.
1.1.5
- Optional arguments are now prepended with '--', not '-'. - Short argument names are now generated from the long ones: `name` handler arg corresponds to `-n` and `--name` commandline args. - Python 2 support dropped. Python 3.5+ required. - Code refactored, type hints added.
1.1.4
- Code improvements for API documentation.
1.1.3
- Code cleanup.
1.1.2
- Setup: Python version check improved.
1.1.1
- Python 2: If only the _root handler was defined, a "too few agruments" error raised. Fixed. - If only the _root handler is defined, the commands subparser is not added anymore. - Packaging improved, the installation package now includes both Python 2 and 3 sources.