Hi All, If I have subparsers set up and do:
myscript.py --helpI get the summary for each of the top-level commands, but to get the help for each sub-command I have to do:
myscript.py subcommand --helpIs there any way I can get "myscript.py --help" to show the help hierarchically, including all options for all subcommands?
cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk -- http://mail.python.org/mailman/listinfo/python-list