From 8f8c94a73405f742021098d485bd689451e8818f Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Fri, 5 Jul 2024 07:14:17 -0700 Subject: [PATCH] Suppress unrecognized option warning in demo --- demo/client.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/client.ts b/demo/client.ts index 78f8396dde..4df15eb553 100644 --- a/demo/client.ts +++ b/demo/client.ts @@ -451,6 +451,7 @@ function initOptions(term: TerminalType): void { 'termName', 'cols', 'rows', // subsumed by "size" (colsRows) option // Complex option + 'documentOverride', 'linkHandler', 'logger', 'theme',