We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2cb46 commit a00d464Copy full SHA for a00d464
src/neptune_api_codegen/cli.py
@@ -191,7 +191,7 @@ def main() -> None:
191
verbose=args.verbose,
192
)
193
else:
194
- print_err(f"Using proto directories and swagger from: {rel(target_apispec)}")
+ print_err(f"Using proto directories and swagger files from: {rel(target_apispec)}")
195
shutil.copytree(target_apispec, apispec_dir, dirs_exist_ok=True)
196
197
print_err(f"Generating OpenAPI clients in: {rel(generated_py_dir)}")
0 commit comments