insert_lines_code
Insert lines at a specified line number in a file, adding content exactly where needed without overwriting existing lines.
Instructions
Insert new lines at a specific position in a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| line | Yes | The line number where to insert (1-based) | |
| path | Yes | The path to the file to modify | |
| content | Yes | The content to insert |