diff --git a/src/commands/speech/synthesize.ts b/src/commands/speech/synthesize.ts index c788087..479ce16 100644 --- a/src/commands/speech/synthesize.ts +++ b/src/commands/speech/synthesize.ts @@ -29,7 +29,6 @@ export default defineCommand({ { flag: '--language ', description: 'Language boost' }, { flag: '--subtitles', description: 'Include subtitle timing data' }, { flag: '--pronunciation ', description: 'Custom pronunciation (repeatable)', type: 'array' }, - { flag: '--sound-effect ', description: 'Add sound effect' }, { flag: '--out ', description: 'Save audio to file (uses hex decoding)' }, { flag: '--stream', description: 'Stream raw audio to stdout' }, ],