mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-10 17:30:51 +08:00
9 lines
377 B
JSON
9 lines
377 B
JSON
{
|
|
"interactive": [
|
|
"accountList" , {"ac" : ["--inactive-only","--realm-only","--account"]},
|
|
"accountList --account" , {"ac" : ["<ACCOUNT>"]},
|
|
"accountList --account \\S+" , {"pr" : ["<enter>"]},
|
|
"accountList --inactive-only" , {"pr" : ["<enter>"]},
|
|
"accountList --realm-only" , {"pr" : ["<enter>"]}
|
|
]
|
|
}
|