Skip to main content

edit_file

Function edit_file 

Source
pub fn edit_file(
    path: &str,
    old_string: &str,
    new_string: &str,
    replace_all: bool,
) -> Result<EditFileOutput>