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