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 8080fec commit ccab562Copy full SHA for ccab562
entrypoint.sh
@@ -22,4 +22,4 @@ if [[ "$openapi_url" != "NOT_SPECIFIED" ]]; then
22
openapi_document_path_or_url_arg="--url ${openapi_url}"
23
fi
24
25
-pipx run ${version_arg} openapi-python-client ${config_arg} generate ${openapi_document_path_or_url_arg}
+pipx run ${version_arg} openapi-python-client generate ${config_arg} ${openapi_document_path_or_url_arg}
0 commit comments