refactor(cli): remove logo from default CLI output

Logo is now only shown in commands that have their own
startup output (run, init), keeping other commands clean.
This commit is contained in:
LIghtJUNction
2026-04-10 22:31:05 +08:00
parent 9daf44aa4e
commit 1cd49b438d

View File

@@ -77,9 +77,7 @@ def cli() -> None:
"""Astrbot
Agentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
"""
click.echo(logo_tmpl)
click.echo(t("cli_welcome"))
click.echo(t("cli_version", version=__version__))
pass
@click.command()