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

10 lines
468 B
JSON

{
"interactive": [
"accountRevokeCommand" , {"ac" : ["--account"]},
"accountRevokeCommand --account" , {"ac" : ["<ACCOUNT>"]},
"accountRevokeCommand --account \\S+" , {"ac" : ["--command"]},
"accountRevokeCommand --account \\S+ --command" , {"ac" : ["<RESTRICTED_COMMAND>"]},
"accountRevokeCommand --account \\S+ --command \\S+" , {"pr" : ["<enter>"]}
]
}