Skip to content

Commit

Permalink
rename option
Browse files Browse the repository at this point in the history
  • Loading branch information
jnu committed May 8, 2024
1 parent 70d91b1 commit 98619c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_code_generator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main(
),
disable_timestamp: bool = typer.Option(False, "--disable-timestamp"),
output_model_type: DataModelType = typer.Option(
DataModelType.PydanticBaseModel, "--data-model-type", "-d"
DataModelType.PydanticBaseModel, "--output-model-type", "-d"
),
python_version: PythonVersion = typer.Option(
PythonVersion.PY_38, "--python-version", "-p"
Expand Down

0 comments on commit 98619c1

Please sign in to comment.