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 porton
Recipients porton
Date 2018-04-23.17:46:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524505578.79.0.682650639539.issue33343@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/3/library/argparse.html does not allow abbreviations for subparsers ("subcommands").

It seems inconsistent that long options can be abbreviated but subcommands cannot.

Either implement subcommand abbreviations or explain in the docs why there is none.
History
Date User Action Args
2018-04-23 17:46:18portonsetrecipients: + porton
2018-04-23 17:46:18portonsetmessageid: <1524505578.79.0.682650639539.issue33343@psf.upfronthosting.co.za>
2018-04-23 17:46:18portonlinkissue33343 messages
2018-04-23 17:46:18portoncreate