mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-10 17:30:51 +08:00
10 lines
473 B
JSON
10 lines
473 B
JSON
{
|
|
"interactive": [
|
|
"accountDelete" , {"ac" : ["--account"]},
|
|
"accountDelete --account" , {"ac" : ["<ACCOUNT>"]},
|
|
"accountDelete --account \\S+" , {"ac" : ["<enter>", "--comment"]},
|
|
"accountDelete --account \\S+ --comment" , {"pr" : ["<COMMENT_WITHOUT_SPACES>"]},
|
|
"accountDelete --account \\S+ --comment \\S+" , {"pr" : ["<enter>"]}
|
|
],
|
|
"master_only": true
|
|
}
|