diff --git a/bin/plugin/restricted/accountCreate.json b/bin/plugin/restricted/accountCreate.json index 7e6d69c..fb4c5af 100644 --- a/bin/plugin/restricted/accountCreate.json +++ b/bin/plugin/restricted/accountCreate.json @@ -1,13 +1,13 @@ { "interactive": [ - "accountCreate" , {"ac" : ["--account"]}, - "accountCreate --account" , {"pr" : [""]}, - "accountCreate --account \\S+" , {"ac" : ["--uid"]}, - "accountCreate --account \\S+ --uid" , {"pr" : [""]}, - "accountCreate --account \\S+ --uid \\S+" , {"ac" : ["", "--always-active", "--comment"]}, - "accountCreate --account \\S+ --uid \\S+ --always-active" , {"ac" : ["", "--comment"]}, - "accountCreate --account \\S+ --uid \\S+ .*--comment" , {"pr" : [""]}, - "accountCreate --account \\S+ --uid \\S+ (--always-active --comment \\S+|--comment \\S+ --always-active)" , {"pr" : [""]} + "accountCreate" , {"ac" : ["--account"]}, + "accountCreate --account" , {"pr" : [""]}, + "accountCreate --account \\S+" , {"ac" : ["--uid","--uid-auto"]}, + "accountCreate --account \\S+ --uid" , {"pr" : [""]}, + "accountCreate --account \\S+ --uid( \\S+|-auto)" , {"ac" : ["", "--always-active", "--comment"]}, + "accountCreate --account \\S+ --uid( \\S+|-auto) --always-active" , {"ac" : ["", "--comment"]}, + "accountCreate --account \\S+ --uid( \\S+|-auto) .*--comment" , {"pr" : [""]}, + "accountCreate --account \\S+ --uid( \\S+|-auto) (--always-active --comment \\S+|--comment \\S+ --always-active)" , {"pr" : [""]} ], "master_only": true, "terminal_mode": "raw"