We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78230a commit 4b3f0aeCopy full SHA for 4b3f0ae
pydantic2ts/cli/script.py
@@ -362,10 +362,12 @@ def parse_cli_args(args: Optional[List[str]] = None) -> argparse.Namespace:
362
"--module",
363
help="name or filepath of the python module.\n"
364
"Discoverable submodules will also be checked.",
365
+ required=True,
366
)
367
parser.add_argument(
368
"--output",
369
help="name of the file the typescript definitions should be written to.",
370
371
372
373
"--exclude",
0 commit comments