mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
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")
|
||||
|
||||
|
||||
app.add_typer(project_cli, name="project", no_args_is_help=True)
|
||||
app.add_typer(project_cli, name="project")
|
||||
|
||||
|
||||
#################
|
||||
|
|
Loading…
Reference in New Issue
Block a user