the-bastion/bin/plugin/restricted/accountCreate.json

15 lines
1,006 B
JSON
Raw Normal View History

2020-10-16 00:32:37 +08:00
{
"interactive": [
"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"
}