appcelerator-archive / titanium_cli

Node package for Titanium CLI
http://appcelerator.com
Other
49 stars 7 forks source link

titanium run: need to wrap all runs in async.parallel #86

Closed tonylukasavage closed 12 years ago

tonylukasavage commented 12 years ago

That way when they all complete we can pass control back to another function or command via callback, if necessary. Check execute() in commands/deploy to see what I mean.