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
|[`--original-field-name-delimiter`](field-customization.md#original-field-name-delimiter)| Requires | Always |[`--snake-case-field`](field-customization.md#snake-case-field) enabled |`--original-field-name-delimiter` can not be used without `--snake-case-field`. |
|[`--reuse-scope`](model-customization.md#reuse-scope)| Requires |`--reuse-scope` = `tree`|[`--reuse-model`](model-customization.md#reuse-model) enabled |`--reuse-scope=tree` has no effect without `--reuse-model`. |
47
+
|[`--union-mode`](model-customization.md#union-mode)| Requires | Always |[`--output-model-type`](model-customization.md#output-model-type) = `pydantic_v2.BaseModel`|`--union-mode` is only supported for `--output-model-type pydantic_v2.BaseModel`. |
|[`--use-missing-sentinel`](model-customization.md#use-missing-sentinel)| Requires | Always |[`--output-model-type`](model-customization.md#output-model-type) = `pydantic_v2.BaseModel`|`--use-missing-sentinel` is only supported for `--output-model-type pydantic_v2.BaseModel`. |
50
+
|[`--custom-file-header`](template-customization.md#custom-file-header)| Conflicts | Always |[`--custom-file-header-path`](template-customization.md#custom-file-header-path)|`--custom-file-header` can not be used with `--custom-file-header-path`. |
51
+
|[`--custom-file-header-path`](template-customization.md#custom-file-header-path)| Conflicts | Always |[`--custom-file-header`](template-customization.md#custom-file-header)|`--custom-file-header-path` can not be used with `--custom-file-header`. |
52
+
|[`--all-exports-collision-strategy`](general-options.md#all-exports-collision-strategy)| Requires | Always |[`--all-exports-scope`](general-options.md#all-exports-scope) = `recursive`|`--all-exports-collision-strategy` can only be used with `--all-exports-scope=recursive`. |
0 commit comments