the-bastion/bin/plugin/group-owner/groupGeneratePassword.json

12 lines
534 B
JSON
Raw Normal View History

2020-10-16 00:32:37 +08:00
{
"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"
}