The Wayback Machine - https://web.archive.org/web/20211218195234/https://github.com/topics/processes
Skip to content
#

processes

Here are 293 public repositories matching this topic...

bree
zhiburt
zhiburt commented Dec 17, 2021

#24 removes this support its necessary to figure out the best way how to return this support back.

So code like this could be possible.

    let mut bash = expectrl::repl::spawn_bash().unwrap().with_log(Stdin).unwrap();

Test

#[test]
fn log_bash() {
    let writer = StubWriter::default();
    let mut bash = expectrl::repl::spawn_bash().unwrap().with_log(wri

Improve this page

Add a description, image, and links to the processes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the processes topic, visit your repo's landing page and select "manage topics."

Learn more