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 9c0d904 commit dcfd6bbCopy full SHA for dcfd6bb
src/fastapi_cli/cli.py
@@ -232,7 +232,7 @@ def dev(
232
typer.Option(
233
"--entrypoint",
234
"-e",
235
- help="The FastAPI app import string in the format 'module:app_name'.",
+ help="The FastAPI app import string in the format 'some.importable_module:app_name'.",
236
),
237
] = None,
238
proxy_headers: Annotated[
@@ -337,7 +337,7 @@ def run(
337
338
339
340
341
342
343
0 commit comments