This commit is contained in:
Dax Raad
2025-07-12 20:25:41 -04:00
parent f04a5e50ee
commit 91f8477ef5
7 changed files with 117 additions and 25 deletions

View File

@@ -27,7 +27,6 @@ interface SessionStats {
export const StatsCommand = cmd({
command: "stats",
describe: "analyze and display statistics from message-v2 format",
handler: async () => {
await bootstrap({ cwd: process.cwd() }, async () => {
const stats: SessionStats = {