File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Diff to Html generates pretty HTML diffs from unified and git diff output in you
2323- [ Distributions] ( #distributions )
2424- [ Setup] ( #setup )
2525- [ Usage] ( #usage )
26- - [ Exit Status Codes] ( #exit-status-codes )
26+ - [ Exit Status Codes] ( #exit-status-codes )
2727 - [ Custom HTML wrapper template] ( #custom-html-wrapper-template )
2828 - [ Examples] ( #examples )
2929- [ Contribute] ( #contribute )
@@ -90,13 +90,12 @@ Usage: diff2html [ flags and/or options ] -- [git diff passthrough flags and opt
9090| -v | --version | Show version number | | |
9191| -h | --help | Show help | | |
9292
93+ ### Exit Status Codes
9394
94- ## Exit Status Codes
95-
96- * :tada : 0: Success
97- * :dizzy_face : 1: Generic Error
98- * :cold_sweat : 3: Input diff is empty
99- * :cop : 4: Value of ` --hwt | --htmlWrapperTemplate ` is not a valid file
95+ - :tada : 0: Success
96+ - :dizzy_face : 1: Generic Error
97+ - :cold_sweat : 3: Input diff is empty
98+ - :cop : 4: Value of ` --hwt | --htmlWrapperTemplate ` is not a valid file
10099
101100### Custom HTML wrapper template
102101
You can’t perform that action at this time.
0 commit comments