Open
Description
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