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

11 lines
459 B
JSON
Raw Normal View History

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