Message153516
Currently, using add_subparsers() means that the entire list of subcommands is added to the main usage message. This gets rather unwieldy when there are a lot of subcommands.
It would be nice if the add_subparsers() method accepted a "metavar" argument that would be substituted into the usage string instead of using the subparser list directly. |
|
| Date |
User |
Action |
Args |
| 2012-02-16 23:51:44 | ncoghlan | set | recipients:
+ ncoghlan, bethard |
| 2012-02-16 23:51:44 | ncoghlan | set | messageid: <[email protected]> |
| 2012-02-16 23:51:44 | ncoghlan | link | issue14039 messages |
| 2012-02-16 23:51:43 | ncoghlan | create | |
|