SBoudrias / Inquirer.js

A collection of common interactive command line user interfaces.
MIT License
20.09k stars 1.3k forks source link

Replace through library with a native solution #1431

Closed kibertoad closed 2 months ago

kibertoad commented 3 months ago

Node.js has pretty good stream support these days. Would you be open to a PR that replaces through library usage with a native solution?

kibertoad commented 3 months ago

This is addressed by https://github.com/SBoudrias/Inquirer.js/pull/1432