Skip to content

Commit 959be40

Browse files
committed
Merge branch 'add-format-option' into add-babel-macro
2 parents 754f3ef + 4f68458 commit 959be40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export function main() {
290290
commander
291291
.description("Create runtime validator module from TypeScript interfaces")
292292
.usage("[options] <typescript-file...>")
293-
.option("--format <format>", `Format to use for output; options are 'ts', 'js:esm', 'js:cjs'`)
293+
.option("--format <format>", `Format to use for output; options are 'ts' (default), 'js:esm', 'js:cjs'`)
294294
.option("-g, --ignore-generics", `Ignores generics`)
295295
.option("-i, --ignore-index-signature", `Ignores index signature`)
296296
.option("--inline-imports", `Traverses the full import tree and inlines all types into output`)

0 commit comments

Comments
 (0)