source dump of claude code
at main 10 lines 252 B view raw
1import type { Command } from '../../commands.js' 2 3const stats = { 4 type: 'local-jsx', 5 name: 'stats', 6 description: 'Show your Claude Code usage statistics and activity', 7 load: () => import('./stats.js'), 8} satisfies Command 9 10export default stats