Skip to content

Question: Options formatting #353

Open
@sergeyklay

Description

@sergeyklay

Is there any simple way to get formatted help output for options like this:

Options:
      --option1 TEXT Some description for option1
  -h, --help         Print this help message and quit
      --vernum       Print the version of the application as integer and quit
  -V, --version      Print application version information and quit

Instead of (current behavior):

Options:
  --option1 TEXT Some description for option1
  -h,--help      Print this help message and quit
  --vernum       Print the version of the application as integer and quit
  -V,--version   Print application version information and quit

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsAdd/update documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions