dthree / vorpal

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

can I override the exit command? #360

Open KernelDeimos opened 1 year ago

KernelDeimos commented 1 year ago

I want to await asynchronous behaviour when the user types exit, followed by the actual termination of the process. Is this possible?