introduce wildcards for <instance>
This commit is contained in:
@ -76,7 +76,7 @@ def run(group, arglist):
|
||||
if pos >= SERVICE:
|
||||
unorder = True
|
||||
pos = SERVICE
|
||||
elif arg in serv.info or arg == 'all':
|
||||
elif arg in serv.info or arg == 'all' or serv.wildcard(arg) is not None:
|
||||
args['ins'] = arg
|
||||
if pos >= INS:
|
||||
unorder = True
|
||||
|
Reference in New Issue
Block a user