yargs

yargs/set-blocking

set blocking stdio and stderr ensuring that terminal output does not truncate

JavaScript
39
11
ISC License

This is a small utility for Node.js that forces the standard output streams into blocking mode to prevent terminal output from being truncated, a problem that occurs in newer Node.js versions. It's intended for developers building CLI tools or libraries who need to ensure complete output before the process exits, such as the yargs command-line parser.

Total donated
Undistributed
Share with your subscribers: