Remove unused train_config command

This commit is contained in:
Matthew Honnibal 2017-03-26 09:28:59 -05:00
parent df83921f0a
commit fa107f95f6
1 changed files with 1 additions and 1 deletions

View File

@ -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),