@@ -27,18 +27,22 @@ Usage:
27
27
jaydiff [OPTIONS] FILE_1 FILE_2
28
28
29
29
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
39
43
40
44
Help Options:
41
- -h, --help Show this help message
45
+ -h, --help Show this help message
42
46
```
43
47
44
48
### Examples
0 commit comments