the-bastion/bin/plugin/group-owner/groupDelGatekeeper.json
2024-03-20 11:53:49 +01:00

10 lines
484 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
}