Hi,
I just created a new application with the assistant (9.2.2) and got nice async/await classes implemented as OnlineDataServiceAsync.
When running CLI proxygen to create classes for another destination, they're all in the old completionHandler style as LegacyDataService<Provider> .
Are there any parameters I can use to generate modern style async/await classes with the CLI or do I have to create new dummy projects with the assistant for each update and move the classes into my existing project?