From 738233e56556eb41686d8ef7da94e3c3b5cf7474 Mon Sep 17 00:00:00 2001 From: Aidan Pine Date: Sun, 21 Apr 2024 12:45:49 -0700 Subject: [PATCH] refactor(cli): hide the mothertongues schema command --- mothertongues/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mothertongues/cli.py b/mothertongues/cli.py index 17cb138..12815f6 100755 --- a/mothertongues/cli.py +++ b/mothertongues/cli.py @@ -101,7 +101,7 @@ def build_and_run( httpd.server_close() -@app.command() +@app.command(hidden=True) def schema( type: SchemaTypes = typer.Argument( default=SchemaTypes.main_format,