insert_to_file
Insert new content into a file at a specified position. Preview changes with dry run option to ensure accuracy before applying modifications.
Instructions
在檔案的特定位置插入新內容
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | 要插入的內容 | |
dryRun | No | 預覽變更而不實際修改檔案 | |
path | Yes | ||
position | Yes |