From 777faa85a729c8914b9583d68c50dc4b04cf16ea Mon Sep 17 00:00:00 2001 From: JerrettDavis Date: Sat, 11 Apr 2026 00:11:10 -0500 Subject: [PATCH] docs: fix CLI parity matrix table Separate the Docker-native parity legend from the table header so Markdown renders the matrix correctly in cli.md. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/cli.md b/docs/cli.md index 302823bb5..5cc8fcdea 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -678,6 +678,7 @@ Legend: - **native in container** — the command runs entirely inside the Headroom container - **host-bridged** — Headroom runs in Docker, but the wrapped external tool still runs on the host + | Command path | Python CLI | Docker-native wrapper | Parity | |---|---|---|---| | `headroom proxy` | native | native in container | full |