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 70d91b1 commit 98619c1Copy full SHA for 98619c1
fastapi_code_generator/__main__.py
@@ -59,7 +59,7 @@ def main(
59
),
60
disable_timestamp: bool = typer.Option(False, "--disable-timestamp"),
61
output_model_type: DataModelType = typer.Option(
62
- DataModelType.PydanticBaseModel, "--data-model-type", "-d"
+ DataModelType.PydanticBaseModel, "--output-model-type", "-d"
63
64
python_version: PythonVersion = typer.Option(
65
PythonVersion.PY_38, "--python-version", "-p"
0 commit comments