Function gitty::utils::run_command_capture_output[][src]

pub fn run_command_capture_output(
    command_name: &str,
    command_args: &[&str],
    error_message: &str,
    directory: Option<&str>
) -> String