Skip to content

Commit ad854a0

Browse files
committed
docs(ja): add --root-types to cli flags, a9cd9aa
1 parent 6c38f6a commit ad854a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ja/cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ CLI は以下のフラグをサポートしています:
119119
| `--export-type` | `-t` | `false` | `interface` の代わりに `type` をエクスポートします |
120120
| `--immutable` | | `false` | 不変の型(readonlyプロパティおよびreadonly配列)を生成します |
121121
| `--path-params-as-types` | | `false` | `paths` オブジェクトで動的な文字列の参照を許可します |
122+
| `--root-types` | | `false` | `components` から型をルートレベルの型エイリアスとしてエクスポートする |
122123

123124
### pathParamsAsTypes
124125

0 commit comments

Comments
 (0)