Function git_wrapper::git_cmd_out [−][src]
pub fn git_cmd_out(
working_dir: String,
args: Vec<&str>
) -> Result<Output, PosixError>
Helper function executing git in the specified working directory and returning std::process::Output.