Improve help command.
This commit is contained in:
parent
cba12699fd
commit
b4cc24e655
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ class CmdHelp(Command):
|
||||||
"""
|
"""
|
||||||
key = "help"
|
key = "help"
|
||||||
locks = "cmd:all()"
|
locks = "cmd:all()"
|
||||||
|
arg_regex = r"\s|$"
|
||||||
|
|
||||||
# this is a special cmdhandler flag that makes the cmdhandler also pack
|
# this is a special cmdhandler flag that makes the cmdhandler also pack
|
||||||
# the current cmdset with the call to self.func().
|
# the current cmdset with the call to self.func().
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue