summaryrefslogtreecommitdiffstats
path: root/func/overlord/command.py
Commit message (Expand)AuthorAgeFilesLines
* aiee. missed some uses of "func.config". Fix those to use certmaster.configAdrian Likins2008-07-241-1/+1
* some help output clean ups.Adrian Likins2008-06-301-1/+2
* remove print of formatted help hereAdrian Likins2008-06-301-1/+1
* add a "summary" to the cmd_module classes so the help can get to them.Adrian Likins2008-06-261-1/+1
* remove client.py importAdrian Likins2008-03-281-1/+0
* move command.py:BaseCommand() to it's own module, base_command.pyAdrian Likins2008-03-281-20/+0
* add a BaseCommand class to func/overlord/command.py.Adrian Likins2008-03-281-0/+24
* use certmaster.commonconfig.CMConfig here instead of the one that used to be ...Adrian Likins2008-02-251-1/+1
* copyfile.py: dont need the parse call hereAdrian Likins2007-10-121-3/+5
* add a hook into command.py to do stuff to the arguments beforeAdrian Likins2007-10-091-0/+10
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+275