We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ed
When running cargo test the following tests fail if ed is not installed:
cargo test
They fail because they call Command::new("ed").
Command::new("ed")