Initialize the local wiki tables and folders.
()
| 246 | raise typer.Exit(code=1) |
| 247 | args = ["--host", host, "--port", str(port)] |
| 248 | if no_browser: |
| 249 | args.append("--no-browser") |
| 250 | if allow_remote: |
| 251 | args.append("--allow-remote") |
| 252 | raise typer.Exit(code=_run_python(script, *args)) |
| 253 |
nothing calls this directly
no test coverage detected