the-bastion/bin/plugin/group-owner/groupDelGatekeeper.json
Stéphane Lesimple fde20136ef
Initial commit
2020-10-20 14:30:27 +00:00

11 lines
464 B
JSON

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