Hi, I would like to know under what circumstances process.stdin.isTTY is true or false, and what is the difference between calling process.stdin.setRawMode with true or false -> process.stdin.setRawMode (true); // What happens when i call this with true or false
The documentation on this is weird vague :(