delete_lines_code
Delete specific lines from a file by providing the file path, start line, and end line. Removes the selected line range to modify files precisely.
Instructions
Delete specific lines from a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path to the file to modify | |
| endLine | Yes | The end line number (1-based, inclusive) | |
| startLine | Yes | The start line number (1-based, inclusive) |