Godot File Patch
godot_file_patchReplace a specified line range in a text file with new content by providing a path, start and end lines, and a replacement, enabling targeted edits without rewriting the entire file.
Instructions
Apply a line-based patch to a text file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| endLine | Yes | ||
| startLine | Yes | ||
| replacement | Yes |