Skip to content

Draft: Attemptd to write --help flag to get information about flags and test cases

Mario Raeth requested to merge help_flag into master

I had the idea to write a --help arg* flag, which allows to get information about various things e.q.
--help -> general information about flags
--help tests -> list with the test cases
--help config -> description of config Parameter

I do not see a straight forward way of allowing optional arguments for flags and I think --help w/o extra argument is essential as option, thus this is the only available option for now.

Happy to discuss other implementation ideas here!

Edited by Mario Raeth

Merge request reports

Loading