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