mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-04 18:15:22 +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
|
@ -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)/
|
||||
};
|
||||
|
|
1
build/bundle.min.598fe9d4.js
Normal file
1
build/bundle.min.598fe9d4.js
Normal file
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
2
build/bundle.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue