Closed p-hennessy closed 5 years ago
For a while i've wondered if there was a way to make a more 'readable' way to write commands.
I found this library here: https://pypi.python.org/pypi/parse
I think it would be cool to have a regex_command and a parse_command as separate decorators that can be used.
regex_command
parse_command
implemented by #81
For a while i've wondered if there was a way to make a more 'readable' way to write commands.
I found this library here: https://pypi.python.org/pypi/parse
I think it would be cool to have a
regex_command
and aparse_command
as separate decorators that can be used.