mirror of
https://github.com/ovh/the-bastion.git
synced 2024-11-13 03:35:27 +08:00
8 lines
235 B
JSON
8 lines
235 B
JSON
{
|
|
"interactive": [
|
|
"realmDelete" , {"ac" : ["--realm"]},
|
|
"realmDelete --realm" , {"ac" : ["<REALM>"]},
|
|
"realmDelete --realm \\S+" , {"pr" : ["<enter>"]}
|
|
],
|
|
"master_only": true
|
|
}
|