mirror of https://github.com/explosion/spaCy.git
Fix formatting
This commit is contained in:
parent
b2bcdec0f6
commit
8eb9a2b355
|
@ -32,8 +32,8 @@ class CLI(object):
|
||||||
|
|
||||||
@plac.annotations(
|
@plac.annotations(
|
||||||
origin=("package name or local path to model", "positional", None, str),
|
origin=("package name or local path to model", "positional", None, str),
|
||||||
link_name=("Name of shortuct link to create", "positional", None, str),
|
link_name=("name of shortuct link to create", "positional", None, str),
|
||||||
force=("Force overwriting of existing link", "flag", "f", bool)
|
force=("force overwriting of existing link", "flag", "f", bool)
|
||||||
)
|
)
|
||||||
def link(self, origin, link_name, force=False):
|
def link(self, origin, link_name, force=False):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue