mkdocs / mkdocs-click

An MkDocs extension to generate documentation for Click command line applications
https://pypi.org/project/mkdocs-click
Apache License 2.0
109 stars 16 forks source link

Keep --help as part of options raw output #29

Closed florimondmanca closed 3 years ago

florimondmanca commented 3 years ago

Closes #26

Ensure --help is kept as part of the raw "Options" block. This means the block will be present for all commands.

This means simpler logic, which will help with implementing table output, refs #11.