dthree / vorpal

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

Required parameters for a command does not exit. #202

Open cggaurav opened 7 years ago

cggaurav commented 7 years ago

I am returning promises for a command.

cggaurav commented 7 years ago

OK, so it goes into the prompt. How can I make it exit the prompt too?

Shakyamuni177te commented 7 years ago

Ctrl + C?

On Wed, 14 Dec 2016, 23:54 Gaurav C, notifications@github.com wrote:

OK, so it goes into the prompt. How can I make it exit the prompt too?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dthree/vorpal/issues/202#issuecomment-267194053, or mute the thread https://github.com/notifications/unsubscribe-auth/AK_dlPoaH1a6dqxhV6WeTjijq93xuz5Aks5rIIGagaJpZM4LNioa .

cggaurav commented 7 years ago

This is related to https://github.com/dthree/vorpal/pull/200 cc @Shakyamuni177te