How would I use this but at the same time accept data being passed to this program on stdin?
If I try
process.stdin.pipe(concat(list))
I get the following messge
process.stdin.setRawMode(true)
^
TypeError: process.stdin.setRawMode is not a function
at neatInput (<rest of path>/node_modules/neat-input/index.js:25:17)