mirror of https://github.com/ovh/the-bastion
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
473 B
11 lines
473 B
{
|
|
"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
|
|
}
|