You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli-reference/quick-reference.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ datamodel-codegen [OPTIONS]
45
45
|[`--use-generic-container-types`](typing-customization.md#use-generic-container-types)| Use generic container types (Sequence, Mapping) for type hinting. |
46
46
|[`--use-non-positive-negative-number-constrained-types`](typing-customization.md#use-non-positive-negative-number-constrained-types)| Use NonPositive/NonNegative types for number constraints. |
47
47
|[`--use-pendulum`](typing-customization.md#use-pendulum)| Use pendulum types for date/time fields instead of datetime module. |
48
-
|[`--use-root-model-type-alias`](typing-customization.md#use-root-model-type-alias)| Generate RootModel as type alias format for better mypy support (issue #1903). |
48
+
|[`--use-root-model-type-alias`](typing-customization.md#use-root-model-type-alias)| Generate RootModel as type alias format for better mypy support. |
49
49
|[`--use-specialized-enum`](typing-customization.md#use-specialized-enum)| Generate StrEnum/IntEnum for string/integer enums (Python 3.11+). |
50
50
|[`--use-standard-collections`](typing-customization.md#use-standard-collections)| Use built-in dict/list instead of typing.Dict/List. |
51
51
|[`--use-standard-primitive-types`](typing-customization.md#use-standard-primitive-types)| Use Python standard library types for string formats instead of str. |
0 commit comments