-
Notifications
You must be signed in to change notification settings - Fork 6k
Description
Description
-Dcase_option=camel or --additional_properties case_option=camel are ignored during generation of python code.
Swagger-codegen version
latest tag using Docker
Swagger declaration file content or url
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3 generate -Dcase_option=camel -i /local/uedei-api-specification-3.8-stable.json -l python -o /local/out
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3 generate --additional_properties case_option=camel -i /local/uedei-api-specification-3.8-stable.json -l python -o /local/out
Command line used for generation
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3 generate -Dcase_option=camel -i /local/uedei-api-specification-3.8-stable.json -l python -o /local/out
docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli-v3 generate --additional_properties case_option=camel -i /local/uedei-api-specification-3.8-stable.json -l python -o /local/out
Steps to reproduce
...
Related issues/PRs
...
Suggest a fix/enhancement
...