dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

If Vorpal is initialized but not shown, CTRL+C won't exit the process #43

Closed scotthovestadt closed 8 years ago

scotthovestadt commented 8 years ago

Prevents me from canceling unit tests. Probably the CTRL+C behavior should only apply if vorpal is being shown().

dthree commented 8 years ago

If not shown I just kill the process right away. Effective in v.1.5.4.