Message111290
[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 |
|
Date |
User |
Action |
Args |
2010-07-23 12:17:31 | bethard | set | recipients:
+ bethard |
2010-07-23 12:17:31 | bethard | set | messageid: <1279887451.34.0.723880615782.issue9341@psf.upfronthosting.co.za> |
2010-07-23 12:17:29 | bethard | link | issue9341 messages |
2010-07-23 12:17:29 | bethard | create | |
|