v0.2.0
0.2.0 - 2022-12-07
Added
- Support for Sphinx style reST docs to doc parse.
- Optional
name
argument totanchan.doc_parse.as_slash_command
which allows overriding the command's name.
Fixed
tanchan.doc_parse.as_slash_command
no-longer errors when the callback's docstring is just the description anddoc_style
isNone
.tanchan.doc_parse.with_annotated_args
now allowsNone
to be explicitly passed todoc_style
typing wise.