We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643b066 commit c6f5a2cCopy full SHA for c6f5a2c
cmd2/decorators.py
@@ -38,6 +38,7 @@ def with_category(
38
39
:param category: the name of the category in which this command should
40
be grouped when displaying the list of commands.
41
+ :return: a decorator that assigns the specified category to the command function
42
43
Example:
44
```py
0 commit comments