You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may also just want to extend the --generator format to standardize on some separator. Like accept codegen but also codegen:java or codegen:cpp-app to control the internal generator list.
In the PR review I am basically asking to not special case cpp-app but make it more generic (and also control generator array instead of passing down this to accept methods since the intent seems to control the generator)
codegen-cpp-only
do something like--generator codegen --codegen cpp-app
CodegenJavaPregenerator
to the list if codegen iscpp-app
.The text was updated successfully, but these errors were encountered: