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