Command line flags got broke. Now to run with flags run: (#46)

npm run start -- -m model-id -d data/dir
This commit is contained in:
Allen Hutchison 2025-04-18 16:41:51 -07:00 committed by GitHub
parent f3669f20a9
commit 3adc0dfbaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"build": "npm run build --workspaces", "build": "npm run build --workspaces",
"clean": "npm run clean --workspaces", "clean": "npm run clean --workspaces",
"test": "npm run test --workspaces", "test": "npm run test --workspaces",
"start": "node ./scripts/check-build-status.js && node node_modules/@gemini-code/cli/dist -- \"$@\"", "start": "node ./scripts/check-build-status.js && node node_modules/@gemini-code/cli/dist",
"lint": "eslint . --ext .ts,.tsx", "lint": "eslint . --ext .ts,.tsx",
"typecheck": "tsc --noEmit --jsx react", "typecheck": "tsc --noEmit --jsx react",
"format": "prettier --write .", "format": "prettier --write .",