Skip to content

Commit

Permalink
refactor(cli): hide the mothertongues schema command
Browse files Browse the repository at this point in the history
  • Loading branch information
roedoejet committed Apr 21, 2024
1 parent 049c143 commit 738233e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mothertongues/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 738233e

Please sign in to comment.