Closed
Description
If I have standard multiline docstring like
@task
def example():
"""Short doc.
Some more text here.
In two lines.
"""
pass
and run invoke example
, I get this output with inconsistent documentation indentation:
Usage: inv[oke] [--core-opts] example [other tasks here ...]
Docstring:
Short doc.
Some more text here.
In two lines.
Options:
none