[New-bugs-announce] [issue42622] Add support to add existing parser to ArgumentParser.subparsers

Bohdan Borkivskyi report at bugs.python.org
Fri Dec 11 09:06:00 EST 2020


New submission from Bohdan Borkivskyi <bohdan.borkivskyi at gmail.com>:

Currently, there is only a possibility to create empty parser as subparser - argparse.py, line 1122

The purpose of issue is to add support for existing parser to be added as subparser

----------
components: Library (Lib)
messages: 382867
nosy: borkivskyi
priority: normal
severity: normal
status: open
title: Add support to add existing parser to ArgumentParser.subparsers
type: behavior
versions: Python 3.9

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


More information about the New-bugs-announce mailing list