Skip to content

Commit

Permalink
docs: update glob in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthiebaud committed Mar 5, 2021
1 parent c5a5282 commit 2d19a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ npx fastify-schema-to-typescript -h
Usage: fastify-schema-to-typescript [options]

Options:
-g, --glob <value> glob matching JSON schema to convert (default: "src/**/schema.json")
-g, --glob <value> glob matching JSON schema to convert (default: "src/**/schema.{json,yaml,yml}")
-p, --prefix <value> prefix to use before interfaces' name (default: "")
-e, --ext <value> file extension to use for generated files (default: ".ts")
-m, --module <value> module to import the RouteHandler type from (default: "fastify")
-h, --help display help for command
```
Expand Down

0 comments on commit 2d19a2c

Please sign in to comment.