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.
the-bastion/bin/plugin/restricted/accountCreate.json

15 lines
1006 B

{
"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"
}