symfony init-batch
while building a newsletter app in symfony I had to write a batch process, unfortunately there isnt enough documentation for doing that on the symfony website. However I would just get the following error: unagi:htdocs rajatpandit$ symfony init-batch backend prod mailer [Exception] The specified batch "backend" does not exist. Digging in the code, I figured [...]