mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
changed SupportedMap to OptionsMap
This commit is contained in:
parent
bf132f8f09
commit
4a41fbeba4
4 changed files with 24 additions and 24 deletions
|
@ -36,7 +36,7 @@ var commands = {
|
|||
// a different command at each step
|
||||
_.each(result.multiDelegate, function(delConfig) {
|
||||
// copy command, and then set opts
|
||||
commandObj.setSupportedMap(delConfig.options || {});
|
||||
commandObj.setOptionsMap(delConfig.options || {});
|
||||
commandObj.setGeneralArgs(delConfig.args || []);
|
||||
|
||||
commandConfigs[delConfig.vcs][delConfig.name].execute.call(this, engine, commandObj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue