Solves #451 explain permalink and import tree now, and add command

This commit is contained in:
Peter Cottle 2018-01-07 16:56:13 -08:00
parent f872840544
commit c1854a0d96
4 changed files with 19 additions and 1 deletions

View file

@ -125,7 +125,8 @@ var regexMap = {
'importLevelNow': /^importLevelNow($|\s)/,
'import tree': /^import +tree$/,
'import level': /^import +level$/,
'undo': /^undo($|\s)/
'undo': /^undo($|\s)/,
'share permalink': /^share( +permalink)?$/
};
var getAllCommands = function() {