nested subparsers with argparse

Chris Withers chris at simplistix.co.uk
Mon Aug 23 09:16:14 EDT 2010


Hi All,

I'm looking to build a script that has command line options as follows:

./myscript.py command subcommand [options]

I can do up to the command [options] bit with add_subparsers in 
argparse, but how do I then add a second level of subparsers?

cheers,

Chris




More information about the Python-list mailing list