We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e650ff7 commit 7bf6e06Copy full SHA for 7bf6e06
fastapi_template/cli.py
@@ -380,6 +380,7 @@ def checker(ctx: BuilderContext) -> bool:
380
code="add_dummy",
381
cli_name="dummy",
382
user_view="Add dummy model",
383
+ is_hidden=lambda ctx: ctx.orm == "none",
384
description=(
385
"This option creates {what} as an example of how to use chosen ORM.\n"
386
"Also this option will generate you an example of {dao}.".format(
0 commit comments