(engine: FastgrindQueryEngine, port: int, open_browser: bool = True)
| 2866 | |
| 2867 | |
| 2868 | def html_command(engine: FastgrindQueryEngine, port: int, open_browser: bool = True) -> None: |
| 2869 | FastgrindHtmlServer(engine, port=port).serve(open_browser=open_browser) |
| 2870 | |
| 2871 | |
| 2872 | def ui_command(engine: FastgrindQueryEngine, path: Path, open_browser: bool = True, fallback_port: int = 0) -> None: |
no test coverage detected