Skip to content

Commit

Permalink
more examples are added
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelveder committed Apr 19, 2024
1 parent ab55083 commit ac82019
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ gendiff nested_node1.json nested_node2.json --replacer ⏐ --increment 2
}
```

And `plain` output format:

```
poetry run gendiff --format plain nested_node1.json nested_node2.json
```

```
Property 'common.node2' was removed
Property 'common.node5' was added with value: 'got ya'
Property 'common.node6.doge.wow' was updated. From '' to 'cool'
Property 'common.node6.key' was removed
```

<!-- <details>
<summary>Example (open on a wide screen)</summary>
<table>
Expand Down

0 comments on commit ac82019

Please sign in to comment.