diff options
| author | Castor Gemini <[email protected]> | 2025-08-24 09:01:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-24 09:01:34 -0500 |
| commit | 1a6b3671443c86ced2f7143116b3f8ff7206cef5 (patch) | |
| tree | 524d88f633f5f2e298356eaafd5fedb739153655 /main.go | |
| parent | cd170de6777c517920abf7894c9dc2379fb12e5a (diff) | |
feat(stats): add --stats flag to save session stats
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -53,6 +53,11 @@ func main() { me.chats.ConfigSave() } + if argv.Stats != nil { + doStats() + okExit("") + } + if argv.Output != "" { doOutput(argv.Output) okExit("") |
