-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I guess there is no real consistent scheme, but quite a few tools capitalize the help section headers.
So maybe a flag could be added to do the same when using kotlin-argparser.
So showiing
Usage: [-h] [-a] IMAGE-DIRECTORY MARKDOWN-FILES...
Optional arguments:
-h, --help show this help message and exit
-a, --auto Automatically remove orphan images
Positional arguments:
instead of
usage: [-h] [-a] IMAGE-DIRECTORY MARKDOWN-FILES...
optional arguments:
-h, --help show this help message and exit
-a, --auto Automatically remove orphan images
positional arguments: