From 9e484b7303703b8c60130bdef2283c3f79fadd2d Mon Sep 17 00:00:00 2001 From: cpacker Date: Mon, 27 Oct 2025 14:34:02 -0700 Subject: [PATCH] fix: patch --version command --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 5a23fe7..bfc2bc5 100755 --- a/src/index.ts +++ b/src/index.ts @@ -55,6 +55,7 @@ async function main() { args: process.argv, options: { help: { type: "boolean", short: "h" }, + version: { type: "boolean", short: "v" }, continue: { type: "boolean", short: "c" }, agent: { type: "string", short: "a" }, prompt: { type: "boolean", short: "p" },