pub fn spawn_command(cmd: &mut Command) -> Result<Child>
Spawn a command, optionally logging it to stderr if verbose mode is enabled. Returns the child process.