mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
Issue #72 alias of show goal command
This commit is contained in:
parent
ba839dd6fe
commit
94d354af22
7 changed files with 7 additions and 6 deletions
|
@ -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)/
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue