fabricatio_webui.cli

Command line interface for fabricatio-webui service.

Attributes

app

CUR_DIR

Functions

main(, , [, help])

Start the webui service.

Module Contents

fabricatio_webui.cli.app
fabricatio_webui.cli.CUR_DIR
fabricatio_webui.cli.main(frontend_dir: pathlib.Path = Option(CUR_DIR.joinpath('www'), '--frontend-dir', '-d', help='front end directory'), addr: str = Option('127.0.0.1:9846', '--addr', '-a', help='address to bind to')) None

Start the webui service.