fix(cli): remove print in main command
This commit is contained in:
@@ -29,7 +29,7 @@ from midas.utils import UniversalJSONDumper
|
||||
|
||||
@click.group()
|
||||
def midas():
|
||||
click.echo("Welcome to Midas!")
|
||||
pass
|
||||
|
||||
|
||||
@midas.command()
|
||||
|
||||
Reference in New Issue
Block a user