forked from loafle/openapi-generator-original
1. unable to use --global-property models="User,Pet" as this creates only User model. 2. to solve the issue, instead of "," separator used ":" separator 3. made some changes with that
1. unable to use --global-property models="User,Pet" as this creates only User model. 2. to solve the issue, instead of "," separator used ":" separator 3. made some changes with that