mirror of https://github.com/explosion/spaCy.git
Hide command from public --help for now
Not sure we want this to be officially documented yet?
This commit is contained in:
parent
5e683d03fe
commit
3a8632c3fb
|
@ -7,7 +7,7 @@ from .. import util
|
|||
from ..lang.en import English
|
||||
|
||||
|
||||
@app.command("debug-model")
|
||||
@app.command("debug-model", hidden=True)
|
||||
def debug_model_cli(
|
||||
# fmt: off
|
||||
config_path: Path = Arg(..., help="Path to config file", exists=True),
|
||||
|
|
Loading…
Reference in New Issue