mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
ok awesome third levle
This commit is contained in:
parent
2ca8d2a7bb
commit
f49937c935
2 changed files with 18 additions and 0 deletions
|
@ -32,6 +32,19 @@ var instantCommands = [
|
|||
)
|
||||
});
|
||||
}],
|
||||
[/^show$/, function(bits) {
|
||||
|
||||
lines = [
|
||||
intl.str('show-command'),
|
||||
'show commands',
|
||||
'show solution',
|
||||
'show goal'
|
||||
];
|
||||
|
||||
throw new CommandResult({
|
||||
msg: lines.join('\n')
|
||||
});
|
||||
}],
|
||||
[/^locale (\w+)$/, function(bits) {
|
||||
constants.GLOBAL.locale = bits[1];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue