mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-10 01:15:15 +08:00
9 lines
367 B
JSON
9 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>"]}
|
||
|
]
|
||
|
}
|