Hi, I'm currently migrating my REPL program from traditional io::stdin to linefeed. Previously I'm using rexpect in my integration tests (I'm testing the binary result). However, when I migrating to linefeed and call read_line function, it gave me Inappropriate ioctl for device (os error 25) (ENOTTY for short).
Any crates/methods you can recommend for this? 🙂
Hi, I'm currently migrating my REPL program from traditional
io::stdintolinefeed. Previously I'm usingrexpectin my integration tests (I'm testing the binary result). However, when I migrating tolinefeedand callread_linefunction, it gave meInappropriate ioctl for device (os error 25)(ENOTTY for short).Any crates/methods you can recommend for this? 🙂