diff --git a/spacy/cli/project.py b/spacy/cli/project.py index 3d2aa9440..50517d594 100644 --- a/spacy/cli/project.py +++ b/spacy/cli/project.py @@ -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") #################