fix: patch --version command

This commit is contained in:
cpacker
2025-10-27 14:34:02 -07:00
parent 938c5ae854
commit 9e484b7303

View File

@@ -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" },