Skip to content

Commit

Permalink
Also documented the -e option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed May 19, 2020
1 parent 5aa09d2 commit f45ecd7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,13 @@ Likewise, use the `--join-dict-items` or `-jd` option to suppress linebreaks aft
3
], "bar": "baz"}
```
Finally, use `--condensed` or `-j` to apply both of these options:
Use `--condensed` or `-j` to apply both of these options:
```json
{"foo": [1, 2, 3], "bar": "baz"}
```

The `--only-edits` or `-e` option will print out a list of edits rather than applying them to the input file in place.

### Matching Options
By default, Graphtage tries to match all possible pairs of elements in a dictionary. While computationally tractable,
this can sometimes be onerous for input files with huge dictionaries. The `--no-key-edits` or `-k` option will instead
Expand Down

0 comments on commit f45ecd7

Please sign in to comment.