the-bastion/bin/plugin/group-owner/groupDelGatekeeper.json

11 lines
464 B
JSON
Raw Normal View History

2020-10-16 00:32:37 +08:00
{
"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
}