We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342ffcb commit 400b047Copy full SHA for 400b047
README.md
@@ -74,6 +74,7 @@ Usage: diff2html [ flags and/or options ] -- [git diff passthrough flags and opt
74
| --fct | --fileContentToggle | Adds a viewed checkbox to toggle file content | `true`, `false` | `true` |
75
| --sc | --synchronisedScroll | Synchronised horizontal scroll | `true`, `false` | `true` |
76
| --hc | --highlightCode | Highlight code | `true`, `false` | `true` |
77
+| --cs | --colorScheme | Color scheme | `auto`, `dark`, `light` | `auto` |
78
| --su | --summary | Show files summary | `closed`, `open`, `hidden` | `closed` |
79
| -d | --diffStyle | Diff style | `word`, `char` | `word` |
80
| --lm | --matching | Diff line matching type | `lines`, `words`, `none` | `none` |
0 commit comments