diff options
| author | Allen Hutchison <[email protected]> | 2025-04-17 16:55:46 -0700 |
|---|---|---|
| committer | Allen Hutchison <[email protected]> | 2025-04-17 16:55:46 -0700 |
| commit | 00d29aa162f2b1dc3d923fb25d8d50cf9b25f5ee (patch) | |
| tree | b1e6abc5f339202fa69cdfc6e3e827ee1c93d2ee | |
| parent | cfc697a96d2e716a75e1c3b7f0f34fce81abaf1e (diff) | |
Change the run command to properly pass the command line arguments to gemini.ts
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 ." }, |
