1import type { Command } from '../../commands.js'
2
3const outputStyle = {
4 type: 'local-jsx',
5 name: 'output-style',
6 description: 'Deprecated: use /config to change output style',
7 isHidden: true,
8 load: () => import('./output-style.js'),
9} satisfies Command
10
11export default outputStyle