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

14 lines
1,006 B
JSON

{
"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>"]}
],
"master_only": true,
"terminal_mode": "raw"
}