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

11 lines
464 B
JSON
Raw Normal View History

2020-10-16 00:32:37 +08:00
{
"interactive": [
"groupAddGatekeeper" , {"ac" : ["--account"]},
"groupAddGatekeeper --account" , {"ac" : ["<ACCOUNT>"]},
"groupAddGatekeeper --account \\S+" , {"ac" : ["--group"]},
"groupAddGatekeeper --account \\S+ --group" , {"ac" : ["<GROUP>"]},
"groupAddGatekeeper --account \\S+ --group \\S+" , {"pr" : ["<enter>"]}
],
"master_only": true
}