summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-30 16:17:01 -0500
committerJeff Carr <[email protected]>2025-08-30 16:17:01 -0500
commit6888512b3bb422e83d98edcf3e7b18b89f3f504f (patch)
tree5852b0fa5ac10cecb81fd04e96c65a124a896232 /main.go
parentb750fb9252df98f7f42b8c0e43a0a150958e52f8 (diff)
minor cleanups
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 16c2ea7..273a32f 100644
--- a/main.go
+++ b/main.go
@@ -98,6 +98,11 @@ func main() {
okExit("")
}
+ if argv.NewChat != nil {
+ doNewChat()
+ okExit("")
+ }
+
if argv.Playback != nil {
if argv.Uuid != "" {
showChat(argv.Uuid)