autocomplete implemented

This commit is contained in:
Amir Kabiri 2022-02-11 11:24:17 +03:30
parent ecb97070eb
commit 863d6cfd5e
5 changed files with 31 additions and 4 deletions

View file

@ -193,6 +193,7 @@ var getAllCommands = function() {
return allCommands;
};
exports.getAllCommands = getAllCommands;
exports.instantCommands = instantCommands;
exports.parse = util.genParseCommand(regexMap, 'processSandboxCommand');