diff options
| author | Jeff Carr <[email protected]> | 2025-08-25 10:58:47 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-25 10:58:47 -0500 |
| commit | f5b923f18047646968389e60cf412486ba85bd9c (patch) | |
| tree | 868103a0eb309d3aaf464a3d462dcb03364503b5 /main.go | |
| parent | a813b2e2064bfe6c87b29c18072ec18809580063 (diff) | |
can now send questions to gemini-cli from regex
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ func main() { } if argv.Editor != nil { - // doEditor() + doEditor() okExit("") } |
