File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88![ PyPI] ( https://img.shields.io/pypi/v/click-with-aliasing )
99![ License] ( https://img.shields.io/github/license/marcusfrdk/click-with-aliasing )
1010
11- This is a project that adds decorators that replaces the default ` click.group ` and ` click.command ` decorators with custom ones that support aliasing.
11+ This is a project that adds decorators that wraps the default ` click.group ` and ` click.command ` decorators with custom ones that support aliasing.
1212
1313## Installation
1414
@@ -52,6 +52,8 @@ def my_command():
5252
5353Like the group, you can call the command using either ` my_command ` or ` mc ` .
5454
55+ You can now call the command using ` mg mc ` or any combination of the aliases.
56+
5557## License
5658
5759This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
Original file line number Diff line number Diff line change 11[project ]
22name = " click_with_aliasing"
3- version = " 1.0.2 "
3+ version = " 1.0.3 "
44description = " A library that allows you to add aliases to your Click group and commands."
55authors = [
66 { name = " Marcus Fredriksson" , email = " marcus@marcusfredriksson.com" },
You can’t perform that action at this time.
0 commit comments