release generate

This commit is contained in:
2026-01-25 16:04:47 +03:00
parent dfe482c545
commit 0567a3f4a3
+3 -1
View File
@@ -8,7 +8,9 @@ orchestrator = Orchestrator()
def main() -> None:
app.include_router(router)
app.set_description_message_pattern(lambda command, description: f'[blue]{command}[/blue] [red]--->[/red] [i]{description}[/i]')
app.set_description_message_pattern(
lambda command, description: f'[bold cyan]▸[/bold cyan] [bold white]{command}[/bold white] [dim]│[/dim] [yellow italic]{description}[/yellow italic]'
)
orchestrator.start_polling(app)