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 paul.j3
Recipients borkivskyi, paul.j3, rhettinger
Date 2020-12-11.20:05:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607717109.63.0.576734493243.issue42622@roundup.psfhosted.org>
In-reply-to
Content
An existing parser can be included in a new subparser via the 'parents' mechanism.  With that the _actions and groups of the parent are copied (by reference) to the new subparser.

There are some rough edges to the parents mechanism, but people have used it to add a common subset of arguments to all subparsers.
History
Date User Action Args
2020-12-11 20:05:09paul.j3setrecipients: + paul.j3, rhettinger, borkivskyi
2020-12-11 20:05:09paul.j3setmessageid: <1607717109.63.0.576734493243.issue42622@roundup.psfhosted.org>
2020-12-11 20:05:09paul.j3linkissue42622 messages
2020-12-11 20:05:09paul.j3create