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

12 lines
534 B
JSON

{
"interactive": [
"groupGeneratePassword" , {"ac" : ["--group"]},
"groupGeneratePassword --group" , {"ac" : ["<GROUP>"]},
"groupGeneratePassword --group \\S+" , {"ac" : ["<enter>", "--size"]},
"groupGeneratePassword --group \\S+ --size" , {"pr" : ["<SIZE>"]},
"groupGeneratePassword --group \\S+ --size \\d+" , {"pr" : ["<enter>"]}
],
"master_only": true,
"terminal_mode": "noecho"
}