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

11 lines
484 B
JSON
Raw Normal View History

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