sveinbjornt / hear

Command line speech recognition and transcription for macOS
https://sveinbjorn.org/hear
BSD 3-Clause "New" or "Revised" License
303 stars 18 forks source link

Fix -l flag bug #13

Closed MrYakobo closed 1 year ago

MrYakobo commented 1 year ago

A very modest fix. A break statement was missing from the command line argument parsing code.

This fixes the bug probably referenced in #2 and #10

sveinbjornt commented 1 year ago

Well spotted! Thanks.