introduce wildcards for <instance>

This commit is contained in:
2021-12-06 14:39:04 +01:00
parent bb3c72acc9
commit f411460c2c
5 changed files with 71 additions and 28 deletions

View File

@ -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