New issue 53 by ianbicking: Cannot group subcommands
http://code.google.com/p/argparse/issues/detail?id=53
I have a command with a bunch of subcommands, and I'd like them formatted
into groups. But it appears this is not possible; you can't add subparsers
to argument groups, nor can you have multiple subparsers with different
title arguments.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 53 by steven.bethard: Cannot group subcommands
http://code.google.com/p/argparse/issues/detail?id=53
I agree that this would be a useful feature. I'll try to take a look at
implementing
it the next time I have a couple days for argparse. In the meantime,
patches are
welcome! =)
Comment #2 on issue 53 by steven.bethard: Cannot group subcommands
http://code.google.com/p/argparse/issues/detail?id=53
Moved to http://bugs.python.org/issue9341