Update __main__.py

This commit is contained in:
Robert Dunmire III 2025-01-04 11:40:13 -05:00
parent 4b12bdf806
commit d02b8265bf
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ async def main() -> None:
action="store_true",
help="Use GPU"
)
parser.add_argument(
"--espeak-data-dir",
help="Path to espeak-ng data directory"
)
#
parser.add_argument("--debug", action="store_true", help="Log DEBUG messages")
parser.add_argument(