fix(cli): remove print in main command

This commit is contained in:
2026-06-05 12:26:09 +02:00
parent e48895d0af
commit 504703d0f7

View File

@@ -29,7 +29,7 @@ from midas.utils import UniversalJSONDumper
@click.group()
def midas():
click.echo("Welcome to Midas!")
pass
@midas.command()