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

11 lines
473 B
JSON
Raw Normal View History

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