Skip to content

Commit 87445c8

Browse files
Add --openapi-include-paths option for path-based model filtering (#2894)
* Add --openapi-include-paths option for path-based model filtering * docs: update CLI reference documentation and prompt data 🤖 Generated by GitHub Actions --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2b45def commit 87445c8

16 files changed

Lines changed: 566 additions & 2 deletions

File tree

docs/cli-reference/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This documentation is auto-generated from test cases.
1313
| 🏷️ [Field Customization](field-customization.md) | 22 | Field naming and docstring behavior |
1414
| 🏗️ [Model Customization](model-customization.md) | 39 | Model generation behavior |
1515
| 🎨 [Template Customization](template-customization.md) | 18 | Output formatting and custom rendering |
16-
| 📘 [OpenAPI-only Options](openapi-only-options.md) | 6 | OpenAPI-specific features |
16+
| 📘 [OpenAPI-only Options](openapi-only-options.md) | 7 | OpenAPI-specific features |
1717
| ⚙️ [General Options](general-options.md) | 15 | Utilities and meta options |
1818
| 📝 [Utility Options](utility-options.md) | 6 | Help, version, debug options |
1919

@@ -136,6 +136,7 @@ This documentation is auto-generated from test cases.
136136

137137
### O {#o}
138138

139+
- [`--openapi-include-paths`](openapi-only-options.md#openapi-include-paths)
139140
- [`--openapi-scopes`](openapi-only-options.md#openapi-scopes)
140141
- [`--original-field-name-delimiter`](field-customization.md#original-field-name-delimiter)
141142
- [`--output`](base-options.md#output)

0 commit comments

Comments
 (0)