summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-25 10:48:59 -0500
committerJeff Carr <[email protected]>2025-08-25 10:48:59 -0500
commita813b2e2064bfe6c87b29c18072ec18809580063 (patch)
tree127bc5d63befe3294105b555237b8d166e8c57b3 /main.go
parent0b2ec9ce15cf17f12c6457396a9579d943115d67 (diff)
test
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index 8b23de3..0e34bbf 100644
--- a/main.go
+++ b/main.go
@@ -58,6 +58,11 @@ func main() {
okExit("")
}
+ if argv.Editor != nil {
+ // doEditor()
+ okExit("")
+ }
+
if argv.NewChat != nil {
doNewChat()
okExit("")