confirm_file_write

Function confirm_file_write 

Source
pub fn confirm_file_write(
    path: &str,
    old_content: Option<&str>,
    new_content: &str,
) -> ConfirmationResult
Expand description

Confirm file write with diff display and optional IDE integration