mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-09 08:47:50 +08:00
8 lines
367 B
JSON
8 lines
367 B
JSON
{
|
|
"interactive": [
|
|
"groupListServers" , {"ac" : ["--group"]},
|
|
"groupListServers --group" , {"ac" : ["<GROUP>"]},
|
|
"groupListServers --group \\S+" , {"ac" : ["<enter>", "--reverse-dns"]},
|
|
"groupListServers --group \\S+ --reverse-dns" , {"pr" : ["<enter>"]}
|
|
]
|
|
}
|