mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-18 01:35:10 +02:00
autocomplete implemented
This commit is contained in:
parent
ecb97070eb
commit
863d6cfd5e
5 changed files with 31 additions and 4 deletions
|
@ -193,6 +193,7 @@ var getAllCommands = function() {
|
|||
return allCommands;
|
||||
};
|
||||
|
||||
exports.getAllCommands = getAllCommands;
|
||||
exports.instantCommands = instantCommands;
|
||||
exports.parse = util.genParseCommand(regexMap, 'processSandboxCommand');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue