Crispin Wong

Results 1 comments of Crispin Wong

> You could try using [the Node package `ttys`](https://www.npmjs.com/package/ttys) and setting the `stdin` property of the Prompts object to `ttys.stdin`? > > For example: > > ``` > const ttys...