mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
awesome nailed down the actual args and stuff
This commit is contained in:
parent
bf48e54bbe
commit
e99b6d7c61
4 changed files with 49 additions and 15 deletions
|
@ -9,7 +9,10 @@ prompt.get(['command'], function(err, result) {
|
|||
var headless = new HeadlessGit();
|
||||
headless.sendCommand(result.command);
|
||||
setTimeout(function() {
|
||||
console.log(headless.gitEngine.printTree());
|
||||
console.log('expectTreeAsync(');
|
||||
console.log(" \t'" + result.command + "',");
|
||||
console.log(" \t'" + headless.gitEngine.printTree() + "'");
|
||||
console.log(');');
|
||||
}, 100);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue