Skip to content

Commit 781a4fc

Browse files
committed
doc: Remove dependency.ci badge
1 parent cf2cb0f commit 781a4fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Codacy Quality Badge](https://api.codacy.com/project/badge/Grade/e6139937d72f40ed8b3920d53c74298a)](https://www.codacy.com/app/rtfpessoa/diff2html-cli?utm_source=github.com&utm_medium=referral&utm_content=rtfpessoa/diff2html-cli&utm_campaign=Badge_Grade)
44
[![Codacy Coverage Badge](https://api.codacy.com/project/badge/Coverage/e6139937d72f40ed8b3920d53c74298a)](https://www.codacy.com/app/rtfpessoa/diff2html-cli?utm_source=github.com&utm_medium=referral&utm_content=rtfpessoa/diff2html-cli&utm_campaign=Badge_Coverage)
55
[![Circle CI](https://circleci.com/gh/rtfpessoa/diff2html-cli.svg?style=svg)](https://circleci.com/gh/rtfpessoa/diff2html-cli)
6-
[![Dependency Status](https://dependencyci.com/github/rtfpessoa/diff2html/badge)](https://dependencyci.com/github/rtfpessoa/diff2html)
76

87
[![npm](https://img.shields.io/npm/v/diff2html-cli.svg)](https://www.npmjs.com/package/diff2html-cli)
98
[![David](https://img.shields.io/david/rtfpessoa/diff2html-cli.svg)](https://david-dm.org/rtfpessoa/diff2html-cli)
@@ -59,14 +58,13 @@ Usage: diff2html [options] -- [diff args]
5958
| flag | alias | description | choices | default |
6059
| --- | --- | --- | --- | --- |
6160
| -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` |
6362
| --su | --summary | Show files summary | `closed`, `open`, `hidden` | `closed` |
6463
| --lm | --matching | Diff line matching type | `lines`, `words`, `none` | `none` |
6564
| --lmt | --matchWordsThreshold | Diff line matching word threshold | | `0.25` |
6665
| --lmm | --matchingMaxComparisons | Diff line matching maximum line comparisons of a block of changes | `2500` |
6766
| --hwt | --htmlWrapperTemplate | Path to custom template to be rendered when using the `html` output format | _[string]_ |
6867
| -f | --format | Output format | `html`, `json` | `html` |
69-
| -d | --diff | Diff style | `word`, `char` | `word` |
7068
| -i | --input | Diff input source | `file`, `command`, `stdin` | `command` |
7169
| -o | --output | Output destination | `preview`, `stdout` | `preview` |
7270
| -u | --diffy | Upload to diffy.org | `browser`, `pbcopy`, `print` | |

0 commit comments

Comments
 (0)