From 00d29aa162f2b1dc3d923fb25d8d50cf9b25f5ee Mon Sep 17 00:00:00 2001 From: Allen Hutchison Date: Thu, 17 Apr 2025 16:55:46 -0700 Subject: [PATCH] Change the run command to properly pass the command line arguments to gemini.ts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3674f50e..435eba16 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "build": "npm run build --workspaces", "test": "npm run test --workspaces", - "start": "npm run start --workspace=gemini-code-cli", + "start": "npm run start --workspace=gemini-code-cli -- \"$@\"", "lint": "eslint .", "format": "prettier --write ." },