Hide command from public --help for now

Not sure we want this to be officially documented yet?
This commit is contained in:
Ines Montani 2020-07-11 19:21:22 +02:00
parent 5e683d03fe
commit 3a8632c3fb
1 changed files with 1 additions and 1 deletions

View File

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