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

11 lines
473 B
JSON

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