import type { Command } from '../../commands.js'
const buddy = {
type: 'local',
name: 'buddy',
description: 'View and manage your companion buddy',
supportsNonInteractive: false,
load: () => import('./buddy.js'),
} satisfies Command
export default buddy