mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-14 11:36:24 +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")
|
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