Skip to content

Argument completion from docstring

Philip Loche requested to merge arg_completion into develop

Added an docstring parser which automatically adds CLI arguments based on the module docstring and its default values. This will reduces the duplication of arguments a bit...

Merge request reports