We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6605e11 commit 562982eCopy full SHA for 562982e
bin/fastify-schema-to-typescript.js
@@ -25,7 +25,7 @@ program
25
.option(
26
"-g, --glob <value>",
27
"glob matching JSON schema to convert",
28
- "src/**/schema.(json|yaml|yml)"
+ "src/**/schema.{json,yaml,yml}"
29
)
30
31
"-p, --prefix <value>",
0 commit comments