argh
argh copied to clipboard
Support multiline docs
Adds basic support for multiline docstrings. The rule is basically if a line starts with an alphabetic character then it is joined to the previous line.
Fixes #121 Fixes #128
This could land if rebased and reformatted.
I have rebased, formatted and squashed it. Unfortunately there are two issues I found:
- The
escaped_doc_comment_description
test fails due to an extra newline. - You can't start a description with a capital letter which seems overly restrictive and weird for a multi-line paragraph.
I have stopped using argh
and switch to Clap, so I'll leave you to decide how to deal with this (fix those issues or just close this).