Skip to content

Commit b5bd6e4

Browse files
committed
Updated documentation and bumped version
1 parent 2f13f53 commit b5bd6e4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

5353
Like 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

5759
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "click_with_aliasing"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "A library that allows you to add aliases to your Click group and commands."
55
authors = [
66
{ name = "Marcus Fredriksson", email = "marcus@marcusfredriksson.com" },

0 commit comments

Comments
 (0)