| 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 | |
| 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 | |