print help msg when just calling 'project' without args

This commit is contained in:
svlandeg 2020-06-29 16:38:15 +02:00
parent bf43ebbf61
commit f8dddeda27

View File

@ -202,7 +202,7 @@ def project_update_dvc_cli(
msg.info(f"No changes found in {CONFIG_FILE}, no update needed")
app.add_typer(project_cli, name="project")
app.add_typer(project_cli, name="project", no_args_is_help=True)
#################