claude-code-best/src/commands/stats/index.ts
claude-code-best f90eee85d8 feat: build
2026-03-31 19:22:47 +08:00

11 lines
252 B
TypeScript

import type { Command } from '../../commands.js'
const stats = {
type: 'local-jsx',
name: 'stats',
description: 'Show your Claude Code usage statistics and activity',
load: () => import('./stats.js'),
} satisfies Command
export default stats