Add example
This commit is contained in:
parent
545be141d8
commit
92e0697b05
4 changed files with 90 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ result = reconcile(parent, left, right)
|
|||
print(result["text"]) # "Hi beautiful world"
|
||||
```
|
||||
|
||||
See the [advanced Python examples](docs/advanced-python.md) for cursor tracking, change provenance, and compact diffs.
|
||||
See the [merge-file example](examples/merge_file.py) for a file-merging CLI, or the [advanced examples document](docs/advanced-python.md) for cursor tracking, change provenance, and compact diffs.
|
||||
|
||||
## Motivation
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue