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 andrei.avk, longendu, paul.j3, shihai1991, sobolevn
Date 2021-10-25.16:39:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635179959.62.0.0410289955201.issue45275@roundup.psfhosted.org>
In-reply-to
Content
Are you expecting the subcommand help to show the 'help' line that the main help shows?

    subparsers.add_parser('a', help='a help')

add_parser takes all of the parameters that `ArgumentParser` takes, including description and epilog.  

I don't think we need to add anything to add_parser.
History
Date User Action Args
2021-10-25 16:39:19paul.j3setrecipients: + paul.j3, shihai1991, sobolevn, andrei.avk, longendu
2021-10-25 16:39:19paul.j3setmessageid: <1635179959.62.0.0410289955201.issue45275@roundup.psfhosted.org>
2021-10-25 16:39:19paul.j3linkissue45275 messages
2021-10-25 16:39:19paul.j3create