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 086db8f commit ae2ee6dCopy full SHA for ae2ee6d
generator/__main__.py
@@ -89,7 +89,7 @@ def main(argv: Sequence[str]) -> None:
89
plugin = args.plugin
90
LOGGER.info(f"Running plugin {plugin}.")
91
92
- output_dir = args.output or os.fspath(PACKAGES_ROOT / plugin)
+ output_dir = args.output_dir or os.fspath(PACKAGES_ROOT / plugin)
93
LOGGER.info(f"Writing output to {output_dir}")
94
95
# load model and generate types for each plugin to avoid
0 commit comments