check current commands against package commands

This commit is contained in:
Nate Stemen 2017-12-12 14:33:11 -05:00
parent edfc259c53
commit 68b57f8d95

View file

@ -101,6 +101,7 @@ define [
for pkg, snippets of packages
for snippet in snippets
packageCommands.push snippet
commandNames.push snippet.caption.match(/\w+/)[0]
doc = session.getValue()
parser = new Parser(doc, prefix)