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

Print logo on all commands

parent 644fe9ef
No related branches found
No related tags found
1 merge request!91Feature/rich help text and logo
Pipeline #4310 passed
......@@ -34,6 +34,7 @@ command_kwargs = dict(cls=RichClickCommandWithLogo)
@click.group(**group_kwargs)
def cli():
print_logo()
pass
......
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