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

10 lines
484 B
JSON

{
"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
}