import type { Command } from '../../commands.js' const addDir = { type: 'local-jsx', name: 'add-dir', description: 'Add a new working directory', argumentHint: '', load: () => import('./add-dir.js'), } satisfies Command export default addDir