mirror of https://github.com/explosion/spaCy.git
remove redundant setting of no_args_is_help
This commit is contained in:
parent
b311ce982f
commit
d23be563eb
|
@ -207,7 +207,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", no_args_is_help=True)
|
app.add_typer(project_cli, name="project")
|
||||||
|
|
||||||
|
|
||||||
#################
|
#################
|
||||||
|
|
Loading…
Reference in New Issue