From fbfc4bed95d3bc88b7a6feb7d069f91cf5f0f6ad Mon Sep 17 00:00:00 2001 From: jedarden Date: Mon, 8 Jun 2026 16:52:47 -0400 Subject: [PATCH] docs(pdftract-1j0f8): update verification note with latest work --- notes/pdftract-1j0f8.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/notes/pdftract-1j0f8.md b/notes/pdftract-1j0f8.md index 9339140..c04c9d9 100644 --- a/notes/pdftract-1j0f8.md +++ b/notes/pdftract-1j0f8.md @@ -37,7 +37,7 @@ Fixed clap configuration bug: duplicate short option `-s` in `conformance` subco ## Work Completed -### 1. Bug Fix: Clap Short Flag Conflict +### 1. Bug Fix: Clap Short Flag Conflict (2026-06-01) **File:** `crates/pdftract-cli/src/cli.rs` **Problem:** The `conformance` subcommand had duplicate short options: @@ -58,7 +58,25 @@ sdk: String, sdk: String, ``` -### 2. Verification Tests +### 2. CLI Reference Update (2026-06-08) +**File:** `docs/user-docs/src/cli-reference.md` + +**Change:** Updated autogen comment to use correct xtask manifest path and removed duplicate header. + +**Diff:** +```diff +-# CLI Reference +- +> This page is auto-generated from the clap command tree. +-> Run `cargo run --bin gen-cli-reference` to regenerate. ++> Run `cargo run --manifest-path=xtask/Cargo.toml --bin gen_cli_reference` to regenerate. +``` + +**Reason:** The clap-markdown generator already adds the "# CLI Reference" header, so the manual header was redundant. Updated the command reference to match the actual invocation path. + +**Commit:** `657cdab5` - `docs(pdftract-1j0f8): update CLI reference generation command reference` + +### 3. Verification Tests 1. **CLI Reference Generation:** ```bash