From 7fee9f904bf9acbfbcfa3f8fa7ababe91ca1dc87 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 16 Feb 2026 20:55:29 -0800 Subject: [PATCH] chore(cli): remove unused no-lex flag from argument parser --- src/qmd.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/qmd.ts b/src/qmd.ts index 244578f..8855fe1 100755 --- a/src/qmd.ts +++ b/src/qmd.ts @@ -2102,9 +2102,6 @@ function parseCLI() { context: { type: "string", }, - "no-lex": { - type: "boolean", - }, help: { type: "boolean", short: "h" }, version: { type: "boolean", short: "v" }, // Search options