init pipeline -> init nlp

This commit is contained in:
Ines Montani 2020-09-28 11:13:38 +02:00
parent 2fdb7285a0
commit 8b74fd19df

View File

@ -15,8 +15,7 @@ from ._util import import_code, get_sourced_components, load_from_paths
@init_cli.command(
"pipeline",
context_settings={"allow_extra_args": True, "ignore_unknown_options": True},
"nlp", context_settings={"allow_extra_args": True, "ignore_unknown_options": True},
)
def init_pipeline_cli(
# fmt: off