From d02b8265bf73cd24f3d21c1036a9db20b9c8a8ab Mon Sep 17 00:00:00 2001 From: Robert Dunmire III Date: Sat, 4 Jan 2025 11:40:13 -0500 Subject: [PATCH] Update __main__.py --- patch/__main__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/patch/__main__.py b/patch/__main__.py index dcfad76..f23afa7 100644 --- a/patch/__main__.py +++ b/patch/__main__.py @@ -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(