dthree / vorpal

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

Using Vorpal without `show` #199

Open ccorcos opened 7 years ago

ccorcos commented 7 years ago

There are a few quirks I've been noticing when using Vorpal without .show().

ccorcos commented 7 years ago

That said, I'm using a Vorpal command to run an express server and I'd like to be able to listen for a kill signal, close the server, and return a promise to do other cleanup. This whole SIGINT thing is cuasing problems... :/

minhchu commented 7 years ago

hope your PR works this solution used to work but not the lastest version of vorpal