street-lab-tech/street-whisper-app

Enhancement: Adding more options to CLI

Closed this issue · 0 comments

Currently the --help option is missing and -B option is passed in to the CLI tool when the executable file is ran, which is also missing. More options should be added to the current CLI.

FIX (if generating executable):

To have it so that error messages about random options passed in during translation/transcription is not raised, comment out rich_utils.rich_format_error(e) under the _main function in core.py of the typer library in your virtual environment and add in print("").

Screen Shot 2024-05-10 at 11 33 07 PM