LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

Exit the cli process after completion #159

Open patrickmccoy opened 12 years ago

patrickmccoy commented 12 years ago

The cli process should exit after it has completed. Right now you have to ^c after a cli command to get back to your shell.

Just add process.exit() at the end of each of the default define()'s in lib/plugins/cli.js