File tree 2 files changed +2
-0
lines changed
packages/openapi-typescript
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ _Thanks, [@psmyrdek](https://github.com/psmyrdek)!_
54
54
| ` --path-params-as-types ` | | ` false ` | Allow dynamic string lookups on the ` paths ` object |
55
55
| ` --support-array-length ` | | ` false ` | Generate tuples using array ` minItems ` / ` maxItems ` |
56
56
| ` --alphabetize ` | | ` false ` | Sort types alphabetically |
57
+ | ` --exclude-deprecated ` | | ` false ` | Exclude deprecated fields from types |
57
58
58
59
### ` --path-params-as-types `
59
60
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ The following flags can be appended to the CLI command.
124
124
| ` --path-params-as-types ` | | ` false ` | Allow dynamic string lookups on the ` paths ` object |
125
125
| ` --support-array-length ` | | ` false ` | Generate tuples using array ` minItems ` / ` maxItems ` |
126
126
| ` --alphabetize ` | | ` false ` | Sort types alphabetically |
127
+ | ` --exclude-deprecated ` | | ` false ` | Exclude deprecated fields from types |
127
128
128
129
#### 🚩 ` --path-params-as-types `
129
130
You can’t perform that action at this time.
0 commit comments