|
3 | 3 | [](https://www.codacy.com/app/rtfpessoa/diff2html-cli?utm_source=github.com&utm_medium=referral&utm_content=rtfpessoa/diff2html-cli&utm_campaign=Badge_Grade) |
4 | 4 | [](https://www.codacy.com/app/rtfpessoa/diff2html-cli?utm_source=github.com&utm_medium=referral&utm_content=rtfpessoa/diff2html-cli&utm_campaign=Badge_Coverage) |
5 | 5 | [](https://circleci.com/gh/rtfpessoa/diff2html-cli) |
6 | | -[](https://dependencyci.com/github/rtfpessoa/diff2html) |
7 | 6 |
|
8 | 7 | [](https://www.npmjs.com/package/diff2html-cli) |
9 | 8 | [](https://david-dm.org/rtfpessoa/diff2html-cli) |
@@ -59,14 +58,13 @@ Usage: diff2html [options] -- [diff args] |
59 | 58 | | flag | alias | description | choices | default | |
60 | 59 | | --- | --- | --- | --- | --- | |
61 | 60 | | -s | --style | Output style | `line`, `side` | `line` | |
62 | | -| --sc | --synchronisedScroll | Synchronised horizontal scroll | `enabled`, `disabled` | `enabled` | |
| 61 | +| --sc | --synchronisedScroll | Synchronised horizontal scroll | `true`, `false` | `true` | |
63 | 62 | | --su | --summary | Show files summary | `closed`, `open`, `hidden` | `closed` | |
64 | 63 | | --lm | --matching | Diff line matching type | `lines`, `words`, `none` | `none` | |
65 | 64 | | --lmt | --matchWordsThreshold | Diff line matching word threshold | | `0.25` | |
66 | 65 | | --lmm | --matchingMaxComparisons | Diff line matching maximum line comparisons of a block of changes | `2500` | |
67 | 66 | | --hwt | --htmlWrapperTemplate | Path to custom template to be rendered when using the `html` output format | _[string]_ | |
68 | 67 | | -f | --format | Output format | `html`, `json` | `html` | |
69 | | -| -d | --diff | Diff style | `word`, `char` | `word` | |
70 | 68 | | -i | --input | Diff input source | `file`, `command`, `stdin` | `command` | |
71 | 69 | | -o | --output | Output destination | `preview`, `stdout` | `preview` | |
72 | 70 | | -u | --diffy | Upload to diffy.org | `browser`, `pbcopy`, `print` | | |
|
0 commit comments