import type { LocalJSXCommandOnDone } from '../../types/command.js' export async function call(onDone: LocalJSXCommandOnDone): Promise { onDone( '/output-style has been deprecated. Use /config to change your output style, or set it in your settings file. Changes take effect on the next session.', { display: 'system' }, ) }