expectrl
expectrl copied to clipboard
A rust library for controlling interactive programs in a pseudo-terminal
Let's say this code ```Rust let mut session = expectrl::repl::spawn_python(); ``` I need it find `python` in somewhere else beyond system PATH, so I add something like ```Rust if let...
I'm writing a test harness for a CLI application and would like to get the buffer's content if the session times out while expecting something. This would help debug when...
Updated the copyright year from 2021 to 2025 in the LICENSE file