You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
the-bastion/bin/plugin/group-owner/groupDelAclkeeper.json

11 lines
459 B

{
"interactive": [
"groupDelAclkeeper" , {"ac" : ["--account"]},
"groupDelAclkeeper --account" , {"ac" : ["<ACCOUNT>"]},
"groupDelAclkeeper --account \\S+" , {"ac" : ["--group"]},
"groupDelAclkeeper --account \\S+ --group" , {"ac" : ["<GROUP>"]},
"groupDelAclkeeper --account \\S+ --group \\S+" , {"pr" : ["<enter>"]}
],
"master_only": true
}