mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
print help msg when just calling 'project' without args
This commit is contained in:
parent
bf43ebbf61
commit
f8dddeda27
|
@ -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)
|
||||
|
||||
|
||||
#################
|
||||
|
|
Loading…
Reference in New Issue
Block a user