pub fn exec<I, S>(program: &str, args: I) -> Result<ExecOutput, String>Expand description
Run program args... to completion in-process and capture its output.
Errors carry the failure reason (e.g. the program was not found).
pub fn exec<I, S>(program: &str, args: I) -> Result<ExecOutput, String>Run program args... to completion in-process and capture its output.
Errors carry the failure reason (e.g. the program was not found).