We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1686c6 commit dfe1325Copy full SHA for dfe1325
1 file changed
packages/opencode/src/cli/cmd/stats.ts
@@ -75,7 +75,10 @@ export const StatsCommand = effectCmd({
75
}),
76
})
77
78
-const run = (args: { days?: number; tools?: number; models?: unknown; project?: string }, currentProject: Project.Info) =>
+const run = (
79
+ args: { days?: number; tools?: number; models?: unknown; project?: string },
80
+ currentProject: Project.Info,
81
+) =>
82
Effect.promise(async () => {
83
const stats = await aggregateSessionStats(args.days, args.project, currentProject)
84
0 commit comments