summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/show.py
Commit message (Expand)AuthorAgeFilesLines
* move command.py:BaseCommand() to it's own module, base_command.pyAdrian Likins2008-03-281-6/+5
* add a BaseCommand class to func/overlord/command.py.Adrian Likins2008-03-281-20/+7
* Changing func/func/overlord/client.py:Client() to Overlord(). Client() stillAdrian Likins2008-03-281-6/+6
* Our client.command.Command class looks for 'usage', not 'useage'Luke Macken2008-01-141-2/+2
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-4/+1
* Applied James Anthill's patch to generalize "show" features, plus a releaseMichael DeHaan2007-12-111-29/+5
* add "copyfile" commandline module that knows how to get the localAdrian Likins2007-10-121-0/+15
* add "show hardare --os" optionAdrian Likins2007-10-101-11/+6
* add support to func cli for:Adrian Likins2007-10-091-10/+55
* make func_command use the new handleArguments method fromAdrian Likins2007-10-091-0/+71