In Symfony3 with the "doctrine:generate" we were able to generate entities by passing all fields in an option parameter. Now we can activate the "--no-interaction" option but we can't add all the fiels and options at once. Shouldn't a same option be availible in the Maker Bundle? If not Why?