dthree / vorpal

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

redirecting stdin/stdout #291

Open HarelAshwal opened 6 years ago

HarelAshwal commented 6 years ago

LK"I

Hi All, Is there any way to change the vorpal's instance stdin/stdout? so for instance all the current instance output go into some file stream? or "pushing" data to the current instance stdin? (without piping the process stdin/stdout)

Harel

huan commented 4 years ago

I love this idea because recently I'm trying to integrate the Vorpal with the Chatbot environment, which we need to capture all outputs from all commands.