Skip to content

Help section titles should be capitalized #66

@holgerbrandl

Description

@holgerbrandl

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:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions