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

10 lines
377 B
JSON
Raw Normal View History

2020-10-16 00:32:37 +08:00
{
"interactive": [
"accountList" , {"ac" : ["--inactive-only","--realm-only","--account"]},
"accountList --account" , {"ac" : ["<ACCOUNT>"]},
"accountList --account \\S+" , {"pr" : ["<enter>"]},
"accountList --inactive-only" , {"pr" : ["<enter>"]},
"accountList --realm-only" , {"pr" : ["<enter>"]}
]
}