Skip to content
Snippets Groups Projects
Commit 644fe9ef authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Print logo on help screens

parent 8b205314
No related branches found
No related tags found
1 merge request!91Feature/rich help text and logo
......@@ -9,7 +9,12 @@ from armarx_setup.core import logo
from armarx_setup.self import shell_completion
def print_logo():
console.print(logo.make_logo_in_panel(title="[i]Welcome to Axii[/]"))
def format_help(self, ctx: click.Context, formatter: click.HelpFormatter) -> None:
print_logo()
rich_click.rich_format_help(self, ctx, formatter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment