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

Use the same Drush as in the composer installation #27

Closed jigarius closed 2 years ago

jigarius commented 2 years ago

Requirements

Currently, drall simply issues the drush command in the shell. If the drush binary isn't somewhere in the $PATH, then we get unknown command drush. Since drall depends on drush/drush, it should be able to detect and use vendor/bin/drush instead of simply issuing the drush command.

Tasks