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