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

12 lines
563 B
JSON

{
"interactive": [
"accountGeneratePassword" , {"ac" : ["--account"]},
"accountGeneratePassword --account" , {"ac" : ["<ACCOUNT>"]},
"accountGeneratePassword --account \\S+" , {"ac" : ["--size","<enter>"]},
"accountGeneratePassword --account \\S+ --size" , {"pr" : ["<SIZE>"]},
"accountGeneratePassword --account \\S+ --size \\S+" , {"pr" : ["<enter>"]}
],
"master_only": true,
"terminal_mode": "noecho"
}