docs: fix formatting

This commit is contained in:
2026-07-04 04:00:04 +02:00
parent 24215e8f66
commit 0e8afc2273
+6 -6
View File
@@ -41,13 +41,13 @@ stdin/stdout, so point your editor's LSP client at it.
json-ls [OPTIONS]
```
| Option | Effect |
| ------------------- | ------------------------------------------------------------------------------- |
| `--cache-dir <DIR>` | Directory for the on-disk schema cache. Defaults to the location below. |
| `--offline` | Refuse every network fetch, including the `json-ls.downloadSchema` command. |
| Option | Effect |
| ------------------- | ------------------------------------------------------------------------------------------- |
| `--cache-dir <DIR>` | Directory for the on-disk schema cache. Defaults to the location below. |
| `--offline` | Refuse every network fetch, including the `json-ls.downloadSchema` command. |
| `--stdio` | Accepted for editor-client compatibility. Has no effect, since stdio is the only transport. |
| `-h`, `--help` | Print help. |
| `-V`, `--version` | Print version. |
| `-h`, `--help` | Print help. |
| `-V`, `--version` | Print version. |
## Schemas