Skip to content

Commit 13c9fdb

Browse files
committed
updating Readme usage
1 parent 1ec8a90 commit 13c9fdb

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

Readme.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,22 @@ Usage:
2727
jaydiff [OPTIONS] FILE_1 FILE_2
2828
2929
Application Options:
30-
-i, --ignore= paths to ignore (glob)
31-
--indent= indent string (default: "\t")
32-
-t, --show-types show types
33-
--json json-style output
34-
--ignore-excess ignore excess keys and arrey elements
35-
--ignore-values ignore scalar's values (only type is compared)
36-
-r, --report output report format
37-
--slice-myers use myers algorithm for slices
38-
-v, --version print release version
30+
-i, --ignore= paths to ignore (glob)
31+
--indent= indent string (default: "\t")
32+
-t, --show-types show types
33+
--json json-style output
34+
--ignore-excess ignore excess keys and array elements
35+
--ignore-values ignore scalar's values (only type is compared)
36+
-r, --report output report format
37+
--slice-myers use myers algorithm for slices
38+
--stream treat FILE_1 and FILE_2 as JSON streams
39+
--stream-lines read JSON stream line by line (expecting 1 JSON value per line)
40+
--stream-ignore-excess ignore excess values in JSON stream
41+
--stream-validate compare FILE_2 JSON stream against FILE_1 single value
42+
-v, --version print release version
3943
4044
Help Options:
41-
-h, --help Show this help message
45+
-h, --help Show this help message
4246
```
4347

4448
### Examples

0 commit comments

Comments
 (0)