added new function to lish
This commit is contained in:
parent
7207d89092
commit
36c0281aa1
1 changed files with 9 additions and 0 deletions
|
|
@ -323,6 +323,15 @@ Usage:
|
|||
<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):
|
||||
os.system(text)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue