jigarius / drall

A tool to run drush commands on multi-site Drupal installations.
GNU General Public License v3.0
33 stars 4 forks source link

Run drush commands on all sites in a multi-site installation #2

Closed jigarius closed 2 years ago

jigarius commented 2 years ago

Tasks

jigarius commented 2 years ago

This works! I had to cheat a little bit because I couldn't find a way for Symfony Console to allow any number of --options. Here's how I worked around this problem.