File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,14 @@ Usage:
24
24
jaydiff [OPTIONS] FILE_1 FILE_2
25
25
26
26
Application Options:
27
- -i, --ignore= paths to ignore (glob)
28
- --indent= indent string (default: "\t")
29
- -t, --show-types show types
30
- -r, --report output report format
27
+ -i, --ignore= paths to ignore (glob)
28
+ --indent= indent string (default: "\t")
29
+ -t, --show-types show types
30
+ --ignore-excess ignore excess keys and arrey elements
31
+ -r, --report output report format
31
32
32
33
Help Options:
33
- -h, --help Show this help message
34
+ -h, --help Show this help message
34
35
```
35
36
36
37
## Examples
Original file line number Diff line number Diff line change 4
4
// jaydiff [OPTIONS] FILE_1 FILE_2
5
5
//
6
6
// Application Options:
7
- // --indent= indent string (default: "\t")
8
- // -t, --show-types show types
9
- // -i, --ignore= paths to ignore (glob)
10
- // -r, --report output report format
7
+ // -i, --ignore= paths to ignore (glob)
8
+ // --indent= indent string (default: "\t")
9
+ // -t, --show-types show types
10
+ // --ignore-excess ignore excess keys and arrey elements
11
+ // -r, --report output report format
11
12
//
12
13
// Help Options:
13
- // -h, --help Show this help message
14
+ // -h, --help Show this help message
14
15
//
15
16
package main
You can’t perform that action at this time.
0 commit comments