flask-script
flask-script copied to clipboard
Extract parameter help from docstrings
This adds a function to parse the docstring of command functions and which extracts Sphinx-style :param the_parameter: declarations which then get put into the help text provided with the corresponding argument
This also solves #169 (incompatibility with py3 type hints)