diff_files
Compare two files to identify differences in content, supporting multiple output formats and options for context lines and whitespace handling.
Instructions
Compare two files and show differences
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file1 | Yes | Path to the first file | |
| file2 | Yes | Path to the second file | |
| format | No | Output format for the diff | unified |
| context | No | Number of context lines to show | |
| ignoreWhitespace | No | Ignore whitespace differences |