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

10 lines
439 B
JSON

{
"interactive": [
"groupAddOwner" , {"ac" : ["--account"]},
"groupAddOwner --account" , {"ac" : ["<ACCOUNT>"]},
"groupAddOwner --account \\S+" , {"ac" : ["--group"]},
"groupAddOwner --account \\S+ --group" , {"ac" : ["<GROUP>"]},
"groupAddOwner --account \\S+ --group \\S+" , {"pr" : ["<enter>"]}
],
"master_only": true
}