Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality.
Update TestEditCommand to test the core editing functionality directly using a Grok client instead of executing the full command. This makes the test non-interactive and focuses on the editing logic. Also, adjust the verification to trim whitespace before checking for the comment prefix. |
||
|---|---|---|
| cmd | ||
| config | ||
| internal | ||
| .env.example | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| install.sh | ||
| main.go | ||
| Makefile | ||
| REAMDE.md | ||