added new function to lish

This commit is contained in:
Johannes Findeisen 2013-11-08 02:31:38 +01:00
commit 36c0281aa1

View file

@ -323,6 +323,15 @@ Usage:
<HOSTGROUP> <HOST> list Lists all jobs for <HOST> in <HOSTGROUP> <HOSTGROUP> <HOST> list Lists all jobs for <HOST> in <HOSTGROUP>
''') ''')
def do_hostgroupmember(self, text):
pass
def help_hostgroupmember(self):
print('''
Usage:
<HOSTGROUP> <MEMBER> Prints extended information about <MEMBER> in <HOSTGROUP>
''')
def do_shell(self, text): def do_shell(self, text):
os.system(text) os.system(text)