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 9001eb1 commit eb3d7f9Copy full SHA for eb3d7f9
release-notes.md
@@ -17,13 +17,13 @@ $ uvicorn some.importable_module:app_name
17
Now you can use the same "entrypoint" syntax with `fastapi`:
18
19
```console
20
-$ fastapi run --entrypoint some.importable_module:app_name
+$ fastapi run -e some.importable_module:app_name
21
```
22
23
Or:
24
25
26
-$ fastapi run -e some.importable_module:app_name
+$ fastapi run --entrypoint some.importable_module:app_name
27
28
29
### Internal
0 commit comments