For
https://github.com/pantsbuild/pants/issues/19953, does anyone have any pointers for how (Rust) programs should/shouldn't interact with stdin/console?
I'm willing to poke at it, but I... don't know where to start when it comes to ttys/consoles, other than just reading a string from stdin, and maybe someone can give me a leg up for what to look for 😅