Skip to content

Commit 3c43346

Browse files
committed
📝 tweak
Signed-off-by: moznion <moznion@mail.moznion.net>
1 parent e61ea66 commit 3c43346

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ npx openapi-fetch-gen --input ./schema.d.ts --output ./client.ts
3131
Options:
3232

3333
```
34-
-V, --version output the version number
35-
-i, --input <path> path to input OpenAPI TypeScript definition file
36-
-o, --output <path> path to output generated client file (default: "./client.ts")
37-
--default-headers <comma_separated_names_of_headers> header names so that the generated client includes the default HTTP headers across all endpoints (default: "")
38-
-h, --help display help for command
34+
-V, --version output the version number
35+
-i, --input <path> path to input OpenAPI TypeScript definition file
36+
-o, --output <path> path to output generated client file (default: "./client.ts")
37+
-h, --help display help for command
3938
```
4039

4140
### Example

0 commit comments

Comments
 (0)