This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author TakingItCasual
Recipients TakingItCasual
Date 2018-09-18.16:49:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537289367.73.0.956365154283.issue34724@psf.upfronthosting.co.za>
In-reply-to
Content
The help is indented too early for subparsers with long argument names. I'm currently using the ProperIndentParser class from the following gist to create my top level parser, which fixes the issue:

https://gist.github.com/TakingItCasual/df40932dcc30012325bfed241bdaabd0
History
Date User Action Args
2018-09-18 16:49:27TakingItCasualsetrecipients: + TakingItCasual
2018-09-18 16:49:27TakingItCasualsetmessageid: <1537289367.73.0.956365154283.issue34724@psf.upfronthosting.co.za>
2018-09-18 16:49:27TakingItCasuallinkissue34724 messages
2018-09-18 16:49:27TakingItCasualcreate