dthree / vorpal

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

How do I know when Vorpal.parse() finished executing the command? #284

Open slavafomin opened 6 years ago

slavafomin commented 6 years ago

Hello!

I'm using Vorpal.parse() function in order to manually trigger command execution.

However, this function has no callback and is not returning any promises. How do I know when it finished executing the command, so I can continue my other code execution?

Thanks!