mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: build
This commit is contained in:
646
src/commands/ide/ide.tsx
Normal file
646
src/commands/ide/ide.tsx
Normal file
File diff suppressed because one or more lines are too long
11
src/commands/ide/index.ts
Normal file
11
src/commands/ide/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { Command } from '../../commands.js'
|
||||
|
||||
const ide = {
|
||||
type: 'local-jsx',
|
||||
name: 'ide',
|
||||
description: 'Manage IDE integrations and show status',
|
||||
argumentHint: '[open]',
|
||||
load: () => import('./ide.js'),
|
||||
} satisfies Command
|
||||
|
||||
export default ide
|
||||
Reference in New Issue
Block a user