docs(readme): replace 'check' row with 'view issues' in command table

This commit is contained in:
zmworm 2026-04-19 16:58:13 +08:00
parent b18e52687a
commit 2a65990a8e

View file

@ -466,7 +466,7 @@ OFFICECLI_SKIP_UPDATE=1 officecli ... # Skip check for one invocation (
| [`move`](https://github.com/iOfficeAI/OfficeCLI/wiki/command-move) | Move element (`--to <parent>`, `--index N`, `--after <path>`, `--before <path>`) |
| [`swap`](https://github.com/iOfficeAI/OfficeCLI/wiki/command-swap) | Swap two elements |
| [`validate`](https://github.com/iOfficeAI/OfficeCLI/wiki/command-validate) | Validate against OpenXML schema |
| [`check`](https://github.com/iOfficeAI/OfficeCLI/wiki/command-check) | Scan .pptx / .xlsx for layout issues (text overflow) |
| `view <file> issues` | Enumerate document issues (text overflow, missing alt text, formula errors, ...) |
| [`batch`](https://github.com/iOfficeAI/OfficeCLI/wiki/command-batch) | Multiple operations in one open/save cycle (stdin, `--input`, or `--commands`; stops on first error, `--force` to continue) |
| [`merge`](https://github.com/iOfficeAI/OfficeCLI/wiki/command-merge) | Template merge — replace `{{key}}` placeholders with JSON data |
| [`watch`](https://github.com/iOfficeAI/OfficeCLI/wiki/command-watch) | Live HTML preview in browser with auto-refresh |