[New-bugs-announce] [issue34724] argparse subparser help indent too short

Jeremiah Rosen report at bugs.python.org
Tue Sep 18 12:49:27 EDT 2018


New submission from Jeremiah Rosen <takingitcasual at gmail.com>:

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

----------
components: Library (Lib)
messages: 325663
nosy: Jeremiah Rosen
priority: normal
severity: normal
status: open
title: argparse subparser help indent too short
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34724>
_______________________________________


More information about the New-bugs-announce mailing list