From 71427de8d2a02ef835a5917feffb344feb45ff53 Mon Sep 17 00:00:00 2001 From: Pankaj Bhojwani Date: Thu, 23 Jul 2026 10:46:09 -0700 Subject: [PATCH] another stale line --- doc/wtcli-commands.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/wtcli-commands.md b/doc/wtcli-commands.md index cd2dbe25dc..0f5b79bec9 100644 --- a/doc/wtcli-commands.md +++ b/doc/wtcli-commands.md @@ -1,9 +1,7 @@ # wtcli Command Reference -`wtcli` is the CLI client for the Windows Terminal Protocol. It looks up the -running Terminal via the `WT_COM_CLSID` environment variable, calls -`CoCreateInstance(CLSCTX_LOCAL_SERVER)` to obtain `ITerminalProtocol`, and -exposes a tmux-style command surface over its IDL methods. +`wtcli` is the CLI client for the Windows Terminal Protocol. It calls +`CoCreateInstance` using the per-brand `CLSID` and exposes a tmux-style command surface over its IDL methods. - Source: `src/tools/wtcli/main.cpp` - IDL: `src/host/proxy/ITerminalProtocol.idl`