cargo_zng::util

Function cmd

source
pub fn cmd(line: &str, args: &[&str], env: &[(&str, &str)]) -> Result<()>
Expand description

Run the command with args, inherits stdout and stderr.