Issue #72 alias of show goal command

This commit is contained in:
Peter Cottle 2013-03-06 19:39:35 -08:00
parent ba839dd6fe
commit 94d354af22
7 changed files with 7 additions and 6 deletions

View file

@ -27,7 +27,7 @@ var TreeCompare = require('../git/treeCompare').TreeCompare;
var regexMap = {
'help level': /^help level$/,
'start dialog': /^start dialog$/,
'show goal': /^show goal$/,
'show goal': /^(show goal|goal|help goal)$/,
'hide goal': /^hide goal$/,
'show solution': /^show solution($|\s)/
};