summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-22 06:12:47 -0500
committerJeff Carr <[email protected]>2025-08-22 06:12:47 -0500
commitfbc5ebe4cebc94a1ac63b52788087c9dfbc46e0f (patch)
treefe398c66332b19f13732de994f9fa8774a434af1 /main.go
parentd9e7420b31be172e767843da6905e5b2e7cd83b2 (diff)
wtf. this should work
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 8d5b67a..40811a1 100644
--- a/main.go
+++ b/main.go
@@ -53,6 +53,11 @@ func main() {
me.chats.ConfigSave()
}
+ if argv.Output != "" {
+ doOutput(argv.Output)
+ okExit("")
+ }
+
if argv.Add != "" {
newChats, err := addFile(argv.Add)
if err != nil {