Refactor command handling
This now supports usage/help texts
This commit is contained in:
@ -1 +1,5 @@
|
||||
"""Commands module."""
|
||||
|
||||
from .dispatcher import dispatch_command
|
||||
|
||||
__all__ = ["dispatch_command"]
|
||||
|
||||
Reference in New Issue
Block a user