mirror of https://github.com/ovh/the-bastion
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
560 B
12 lines
560 B
{
|
|
"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"
|
|
}
|