/ commands / usage / index.ts
index.ts
1  import type { Command } from '../../commands.js'
2  
3  export default {
4    type: 'local-jsx',
5    name: 'usage',
6    description: 'Show plan usage limits',
7    availability: ['claude-ai'],
8    load: () => import('./usage.js'),
9  } satisfies Command