fix(cli): export webui group symbol

This commit is contained in:
LIghtJUNction
2026-03-19 20:09:47 +08:00
parent b6f4614c58
commit cc88ac6bef

View File

@@ -86,6 +86,10 @@ def webui_group() -> None:
pass
# Export a stable symbol expected by the command registry
webui = webui_group
@webui_group.command(name="install")
@click.option("--root", type=str, required=False, help="AstrBot root directory")
def webui_install(root: str | None) -> None: