soenkehahn / cradle

Rust library for running child processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Panic reasons

casey opened this issue · comments

The documentation says that cmd! can panic if the executable can't be found, but I think there are also other reasons why command execution can fail, like permission errors, and probably others. You could mention that it can fail when Command::spawn, etc, returns an io::Error.