mixedpuppy wrote: > I would also be interested in having the other command line arguments > handled through an interface (e.g. the inherit arg for trac.ini). I > think a good example of the need for that is the oforge-admin (http:// > code.optaros.com/trac/oforge/browser/trunk/plugins/oforgeplugin/oforge/ > console.py). I looked at doing something similar, and realized that > there was no way to add command line arguments.
Do you mean arguments of the form "-o" or "--output"? Those are just passed as normal positional arguments, so you could parse them in the command handler. I'm not sure what you mean with "the inherit arg from trac.ini", though... -- Remy
signature.asc
Description: OpenPGP digital signature
