tool: update --help with categories

This commit is a part of "--help me if you can"

Closes #5680
This commit is contained in:
Emil Engler 2020-09-02 20:11:20 +02:00 committed by Daniel Stenberg
parent 5dddc1dc7e
commit aa8777f63f
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 602 additions and 246 deletions

View file

@ -1777,6 +1777,7 @@ ParameterError getparameter(const char *flag, /* f or -long-flag */
case 'h': /* h for help */
if(toggle) {
global->help_category = nextarg;
return PARAM_HELP_REQUESTED;
}
/* we now actually support --no-help too! */