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