init
This commit is contained in:
commit
ec53fcbe95
1905 changed files with 513762 additions and 0 deletions
9
commands/usage/index.ts
Normal file
9
commands/usage/index.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue