Enhancement: Adding more options to CLI
Closed this issue · 0 comments
moonsdust commented
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("")
.