From 7869494393035347ec1c0ce0d6b009715833338c Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Wed, 3 Jun 2026 16:31:34 -0400 Subject: [PATCH] =?UTF-8?q?docs(audit):=20Driver.TwinCAT.Cli.md=20?= =?UTF-8?q?=E2=80=94=20verb/flag=20accuracy=20+=20ordinal=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CODE-REALITY: - Line 8: "Fifth (final)" → "Fifth of six"; TwinCAT is not the final CLI — FOCAS (sixth) follows it. The "final" label was stale ordinal drift from when there were fewer CLIs; 6 projects confirmed in src/Drivers/Cli/. - probe per-command flag table: `--type` row was missing the `-t` shorthand. ProbeCommand.cs:25 declares [CommandOption("type", 't', ...)] — same '-t' shorthand used by read, write, subscribe; the probe table was the only one that omitted it. Fixed to `-t` / `--type` for consistency. STRUCTURAL: no rows in links-report.md for this doc. STALE-STATUS: no state words found. INLINE COMPLETENESS: no inventory-diff gaps for this doc. --- docs/Driver.TwinCAT.Cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Driver.TwinCAT.Cli.md b/docs/Driver.TwinCAT.Cli.md index 724b7622..4633952c 100644 --- a/docs/Driver.TwinCAT.Cli.md +++ b/docs/Driver.TwinCAT.Cli.md @@ -5,7 +5,7 @@ TwinCAT 3 runtimes via ADS. Uses the **same** `TwinCATDriver` the OtOpcUa server does (`Beckhoff.TwinCAT.Ads` package). Native ADS notifications by default; `--poll-only` falls back to the shared `PollGroupEngine`. -Fifth (final) of the driver test-client CLIs. +Fifth of six driver test-client CLIs. ## Build + run @@ -55,7 +55,7 @@ Per-command flags: | Flag | Default | Purpose | |---|---|---| | `-s` / `--symbol` | **required** | Symbol path to probe (e.g. `MAIN.bRunning`) | -| `--type` | `DInt` | Declared data type — see the [Data types](#data-types) list | +| `-t` / `--type` | `DInt` | Declared data type — see the [Data types](#data-types) list | ```powershell # Local TwinCAT 3, probe a canonical global