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