Skip to content

Commit b03036d

Browse files
committed
add README
1 parent acd10d5 commit b03036d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/src/content/docs/cli.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ _Thanks, [@psmyrdek](https://github.com/psmyrdek)!_
5454
| `--path-params-as-types` | | `false` | Allow dynamic string lookups on the `paths` object |
5555
| `--support-array-length` | | `false` | Generate tuples using array `minItems` / `maxItems` |
5656
| `--alphabetize` | | `false` | Sort types alphabetically |
57+
| `--exclude-deprecated` | | `false` | Exclude deprecated fields from types |
5758

5859
### `--path-params-as-types`
5960

packages/openapi-typescript/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ The following flags can be appended to the CLI command.
124124
| `--path-params-as-types` | | `false` | Allow dynamic string lookups on the `paths` object |
125125
| `--support-array-length` | | `false` | Generate tuples using array `minItems` / `maxItems` |
126126
| `--alphabetize` | | `false` | Sort types alphabetically |
127+
| `--exclude-deprecated` | | `false` | Exclude deprecated fields from types |
127128

128129
#### 🚩 `--path-params-as-types`
129130

0 commit comments

Comments
 (0)