You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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("").
The text was updated successfully, but these errors were encountered:
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 inprint("")
.The text was updated successfully, but these errors were encountered: