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

@ -105,4 +105,5 @@ Or reported an issue that was successfully closed!
* Jan Philipp
* Jon Frisby
* Matthew Walker
* Duane Johnson

View file

@ -7231,7 +7231,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)/
};
@ -24858,7 +24858,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)/
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
build/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -412,7 +412,7 @@
For a much easier time perusing the source, see the individual files at:
https://github.com/pcottle/learnGitBranching
-->
<script src="build/bundle.min.9b748c9e.js"></script>
<script src="build/bundle.min.598fe9d4.js"></script>
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
The downside? No raw logs to parse for analytics, so I have to include

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)/
};