2020-10-16 00:32:37 +08:00
|
|
|
{
|
|
|
|
"interactive": [
|
2020-11-23 19:29:52 +08:00
|
|
|
"accountCreate" , {"ac" : ["--account"]},
|
|
|
|
"accountCreate --account" , {"pr" : ["<ACCOUNT>"]},
|
|
|
|
"accountCreate --account \\S+" , {"ac" : ["--uid","--uid-auto"]},
|
|
|
|
"accountCreate --account \\S+ --uid" , {"pr" : ["<UID>"]},
|
|
|
|
"accountCreate --account \\S+ --uid( \\S+|-auto)" , {"ac" : ["<enter>", "--always-active", "--comment"]},
|
|
|
|
"accountCreate --account \\S+ --uid( \\S+|-auto) --always-active" , {"ac" : ["<enter>", "--comment"]},
|
|
|
|
"accountCreate --account \\S+ --uid( \\S+|-auto) .*--comment" , {"pr" : ["<COMMENT_WITHOUT_SPACES>"]},
|
|
|
|
"accountCreate --account \\S+ --uid( \\S+|-auto) (--always-active --comment \\S+|--comment \\S+ --always-active)" , {"pr" : ["<enter>"]}
|
2020-10-16 00:32:37 +08:00
|
|
|
],
|
|
|
|
"master_only": true,
|
|
|
|
"terminal_mode": "raw"
|
|
|
|
}
|