mirror of https://github.com/explosion/spaCy.git
Remove unused train_config command
This commit is contained in:
parent
df83921f0a
commit
fa107f95f6
|
@ -14,7 +14,7 @@ from spacy.cli import train as cli_train
|
|||
class CLI(object):
|
||||
"""Command-line interface for spaCy"""
|
||||
|
||||
commands = ('download', 'link', 'info', 'package', 'train', 'train_config')
|
||||
commands = ('download', 'link', 'info', 'package', 'train')
|
||||
|
||||
@plac.annotations(
|
||||
model=("model to download (shortcut or model name)", "positional", None, str),
|
||||
|
|
Loading…
Reference in New Issue