the-bastion/bin/plugin/restricted/groupDelete.json

10 lines
261 B
JSON
Raw Normal View History

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