Releases: marcusfrdk/click-with-aliasing
1.2.1
- The
-hflag is now default for showing the help menu unless overridden (a group of command has an option with-h) - Added unit tests
- Updated documentation
Full Changelog: 1.2.0...1.2.1
v1.2.0
- Added
option,argumentandruleclass. - Removed separation between
Commandandcommandfiles. - Removed separation between
Groupandgroupfiles. - Updated type hinting to use 3.10+ type hinting
- Added mypy
- Updated documentation
- Added
CONTRIBUTING.mdfile - More pre-commit runners
- New tests in
tests/directory
Full Changelog: 1.1.1...1.2.0
1.1.1
- Fixed an issue where aliases could become None
Full Changelog: 1.1.0...1.1.1
1.1.0
- Automatic async support
- Support for Python 3.10
- Improved type-hinting
Full Changelog: 1.0.4...1.1.0
1.0.4
Updated type-hinting for group and command to make them decorators instead of just functions.
Full Changelog: 1.0.3...1.0.4
1.0.3
Updated documentation and changed some formalities in wording.
Full Changelog: 1.0.2...1.0.3
1.0.2
Updated documentation in README, LICENCE and pyproject.toml.
Full Changelog: 1.0.1...1.0.2
1.0.1
This update features some changes to the structure of the project, such as documentation and project declarations.
Full Changelog: 1.0.0...1.0.1
1.0.0
This is the initial version of click_with_aliasing. This version features the group and command decorators, which are wrappers of the click.group and click.command decorators. You use them the exact same, but with the addition of an aliases argument, which is a list of strings (the aliases to use for the group/command.