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 bethard
Recipients bethard
Date 2010-07-23.12:17:29
SpamBayes Score 0.35416645
Marked as misclassified No
Message-id <1279887451.34.0.723880615782.issue9341@psf.upfronthosting.co.za>
In-reply-to
Content
[Moved from http://code.google.com/p/argparse/issues/detail?id=53]

It's currently not possible to have subcommands formatted in groups, e.g. instead of:

subcommands:
  {a,b,c,d,e}
    a          a subcommand help
    b          b subcommand help
    c          c subcommand help
    d          d subcommand help
    e          e subcommand help 

you should be able to get something like:

subcommands:
  group1:
    a          a subcommand help
    b          b subcommand help
    c          c subcommand help
  group2:
    d          d subcommand help
    e          e subcommand help
History
Date User Action Args
2010-07-23 12:17:31bethardsetrecipients: + bethard
2010-07-23 12:17:31bethardsetmessageid: <1279887451.34.0.723880615782.issue9341@psf.upfronthosting.co.za>
2010-07-23 12:17:29bethardlinkissue9341 messages
2010-07-23 12:17:29bethardcreate