mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-16 09:40:30 +08:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user