Function jj_cli::merge_tools::invoke_external_diff

source ยท
pub fn invoke_external_diff(
    ui: &Ui,
    writer: &mut dyn Write,
    tool: &ExternalMergeTool,
    patterns: &HashMap<&str, &str>,
) -> Result<(), DiffGenerateError>
Expand description

Invokes the specified tool directing its output into writer.