mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-10 01:15:15 +08:00
10 lines
264 B
JSON
10 lines
264 B
JSON
|
{
|
||
|
"interactive": [
|
||
|
"groupDestroy" , {"ac" : ["--group"]},
|
||
|
"groupDestroy --group" , {"ac" : ["<GROUP>"]},
|
||
|
"groupDestroy --group \\S+" , {"pr" : "<enter>"}
|
||
|
],
|
||
|
"master_only": true,
|
||
|
"terminal_mode": "raw"
|
||
|
}
|