mirror of
https://github.com/iOfficeAI/OfficeCLI
synced 2026-04-21 13:37:23 +00:00
docs(readme): replace 'check' row with 'view issues' in command table
This commit is contained in:
parent
b18e52687a
commit
2a65990a8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in a new issue