We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d9c93 commit 52ad65aCopy full SHA for 52ad65a
README.md
@@ -15,4 +15,5 @@ fastapi-openapi-gen main:app \
15
--app-dir= # The path to mounth in the python path to import the module. \
16
--output-dir= # The path where store the openapi template. \
17
--file-name= # The name the openapi file will assume.
18
+ --mock-class= # Use it to mock a package that is not usefully for the openapi generation and block the fastapi start
19
```
0 commit comments