Newer
Older
cortex-hub / CaudeCodeSourceCode / cc-recovered-main / src / commands / usage / index.ts
import type { Command } from '../../commands.js'

export default {
  type: 'local-jsx',
  name: 'usage',
  description: 'Show plan usage limits',
  availability: ['claude-ai'],
  load: () => import('./usage.js'),
} satisfies Command