Closed mitchgrout closed 7 years ago
It should handle subcommands arbitrarily deep; with foo_bar_a
and foo_bar_b
, a
and b
should be subcommands of foo bar
.
How does this handle help text?
Currently, this code does not handle help text. I can include that in this pull, however.
See issue #14 This change allows the user to define sub-commands, helping to keep commands modular. Usage:
These commands are callable via:
!time
!time set [zone]
!time unset
and are listed under the
!help
command as onlytime