remove redundant setting of no_args_is_help

This commit is contained in:
svlandeg 2020-06-30 11:23:35 +02:00
parent b311ce982f
commit d23be563eb

View File

@ -207,7 +207,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", no_args_is_help=True)
app.add_typer(project_cli, name="project")
#################