Add function parameter documentation as help, when adding it to a ControlParser
#3
Labels
enhancement
New feature or request
ControlParser
#3
Right now the
ControlParser.add_function_args
method just picks apart the function signature and adds the type annotation as thehelp
string to the parser argument.If we could parse the docstring, we might be able to add also the documentation pertaining to each individual parameter, thus enhancing the help output for the function added to the parser.
The text was updated successfully, but these errors were encountered: