cmd: add a -i / --interactive flag to force the REPL
authorNathan Rajlich <nathan@tootallnate.net>
Wed, 21 Mar 2012 07:05:25 +0000 (00:05 -0700)
committerNathan Rajlich <nathan@tootallnate.net>
Wed, 21 Mar 2012 07:05:25 +0000 (00:05 -0700)
commitfeaa8a41c7533c254923ea7333457234ed44f8f9
tree7ffa8f0e056576f6ae0f05b938a03cce1a94c88c
parentd2389f8fab22e2ce187551addde3b18730030af5
cmd: add a -i / --interactive flag to force the REPL

This is the only way to spawn a node child process in REPL mode, and will
also be needed to be able to use the REPL in MinTTY.
src/node.cc
src/node.js
test/simple/test-force-repl.js [new file with mode: 0644]