street-lab-tech / street-whisper-app

STREET Lab Whisper App - a tool that transcribes and translates audio files into CSV files.
MIT License
2 stars 0 forks source link

Enhancement: Adding more options to CLI #29

Closed moonsdust closed 4 months ago

moonsdust commented 4 months ago

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