vorpal icon indicating copy to clipboard operation
vorpal copied to clipboard

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

Open slavafomin opened this issue 7 years ago • 0 comments

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!

slavafomin avatar Oct 10 '17 17:10 slavafomin