1602 / compound

MVC framework. Built on Node.JS. Works on server and browser.
http://compoundjs.com
1.6k stars 182 forks source link

Pass params to node process #599

Closed randunel closed 10 years ago

randunel commented 10 years ago

Pass unknown params further down to node process

Eg:

rw toolName --stack-trace-limit=1000

Should call node --stack-trace-limit=1000

1602 commented 10 years ago
node --max-stack-size=1000 `which compound` console