We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ffa1fc + 01be187 commit da70ccbCopy full SHA for da70ccb
1 file changed
src/commands/speech/synthesize.ts
@@ -29,7 +29,6 @@ export default defineCommand({
29
{ flag: '--language <code>', description: 'Language boost' },
30
{ flag: '--subtitles', description: 'Include subtitle timing data' },
31
{ flag: '--pronunciation <from/to>', description: 'Custom pronunciation (repeatable)', type: 'array' },
32
- { flag: '--sound-effect <effect>', description: 'Add sound effect' },
33
{ flag: '--out <path>', description: 'Save audio to file (uses hex decoding)' },
34
{ flag: '--stream', description: 'Stream raw audio to stdout' },
35
],
0 commit comments