fabricatio_webui.cli
Command line interface for fabricatio-webui service.
Attributes
Functions
|
Start the webui service. |
Module Contents
- fabricatio_webui.cli.app
- fabricatio_webui.cli.CUR_DIR
- fabricatio_webui.cli.main(frontend_dir: pathlib.Path | None = Option(None, '--frontend-dir', '-d', help='front end directory'), data_dir: pathlib.Path = Option(Path('./workflows'), '--data-dir', help='workflow persistence directory'), addr: str | None = Option(None, '--addr', '-a', help='address to bind to')) None
Start the webui service.