mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 17:47:06 +08:00
fix(cli): export webui group symbol
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user