line_wrap
Wrap long lines of code or text to a specified width, breaking oversized words for improved readability.
Instructions
Wrap long lines of code or text to a specified width.
Parameters:
text — Text or code to wrap lines in.
width — Maximum line width (default: 80).
break_long — Break words longer than width (default: True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| width | No | ||
| break_long | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |