diff_command

Function diff_command 

Source
pub fn diff_command(
    file1: PathBuf,
    file2: PathBuf,
    detailed: bool,
) -> Result<(), Box<dyn Error>>