Alexander Mills

Results 200 comments of Alexander Mills

sorry then you are going to have to be more specific, as in, what is wrong with `console.log()`

right, so try `process.stdout.write('foo')` if you don't want a newline. `console.log()` / `process.stdout.write()` will work with Vorpal if you want something to go to the terminal, it usually has to...

best to show some code demonstrating the problem at this point

do the catch and show the help: ```js .catch(function(err){ }) .then(function(){ // show the help }) ``` ?

there's also this handler, but I am not sure if it will help ```js process.prependListener('SIGINT', function(){ }); ``` it might be nice if vorpal would ignore SIGINT events with a...

I guess what I don't understand about using separate vorpal instances in the same Node.js process, is how do you _multiplex_ `process.stdin` to two different vorpal instances? Or maybe you...

was there a new release of Vorpal version 1.x recently?

I asked a question on SO about this, if someone wants points: https://stackoverflow.com/questions/47128158/close-vorpal-instance-programmatically

@dthree @milesj hopefully this is a quick one, help appreciated

thanks that helps! you probably could just copy and paste this answer to the top of the readme