Skip to content

Adding a space between option aliases in help text [FEATURE REQUEST] #856

@LostInCompilation

Description

@LostInCompilation

Currently the generated help text looks like this:

Options:
  -h,--help                             Print this help message and exit
  -v,--version                          Print App version

I suggest adding a space between the aliases for better readability:

Options:
  -h, --help                             Print this help message and exit
  -v, --version                          Print App version

I didn't find an option for that in the docs. Writing a custom formatter just for that seems a bit overkill.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions