refac: --path_prefix

This commit is contained in:
Timothy Jaeryang Baek 2025-04-06 18:20:47 -07:00
parent 4c3486175c
commit c250341864

View File

@ -45,10 +45,10 @@ def main(
Optional[str], typer.Option("--ssl-certfile", "-t", help="SSL certfile")
] = None,
ssl_keyfile: Annotated[
Optional[str], typer.Option("--ssl-keyfile", "-k", help="SSL keyfile")
Optional[str], typer.Option("--ssl-keyfile", "-k", help="SSL keyfile")
] = None,
path_prefix: Annotated[
Optional[str], typer.Option("--path_prefix", "-x", help="URL prefix")
Optional[str], typer.Option("--path-prefix", help="URL prefix")
] = None,
):
server_command = None