Comparing version 1.0.1 to 1.0.2
@@ -22,3 +22,3 @@ // Generated by CoffeeScript 1.10.0 | ||
exports.parallel = function(fn, cmds, cb) { | ||
exports.parallel = function(fn, cmds, opts, cb) { | ||
var cmd, done, errAll, i, len, outAll, results; | ||
@@ -25,0 +25,0 @@ outAll = ''; |
@@ -29,2 +29,6 @@ // Generated by CoffeeScript 1.10.0 | ||
wrapper.parallel = partial({ | ||
parallel: true | ||
}); | ||
wrapper.quiet = partial({ | ||
@@ -31,0 +35,0 @@ quiet: true |
{ | ||
"name": "executive", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Elegant command execution.", | ||
@@ -5,0 +5,0 @@ "main": "lib/", |
14016
303