summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-25 10:58:47 -0500
committerJeff Carr <[email protected]>2025-08-25 10:58:47 -0500
commitf5b923f18047646968389e60cf412486ba85bd9c (patch)
tree868103a0eb309d3aaf464a3d462dcb03364503b5 /main.go
parenta813b2e2064bfe6c87b29c18072ec18809580063 (diff)
can now send questions to gemini-cli from regex
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 0e34bbf..4afcff4 100644
--- a/main.go
+++ b/main.go
@@ -59,7 +59,7 @@ func main() {
}
if argv.Editor != nil {
- // doEditor()
+ doEditor()
okExit("")
}