spawn_command

Function spawn_command 

Source
pub fn spawn_command(cmd: &mut Command) -> Result<Child>
Expand description

Spawn a command, optionally logging it to stderr if verbose mode is enabled. Returns the child process.