zenlotus / argparse

Automatically exported from code.google.com/p/argparse
Other
0 stars 0 forks source link

Cannot group subcommands #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by ianbick...@gmail.com on 31 Dec 2009 at 9:03

GoogleCodeExporter commented 9 years ago
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! =)

Original comment by steven.b...@gmail.com on 7 Jan 2010 at 5:38

GoogleCodeExporter commented 9 years ago
Moved to http://bugs.python.org/issue9341

Original comment by steven.b...@gmail.com on 23 Jul 2010 at 12:18