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
[ ] Run vendor/bin/drush instead of just drush.
Should the runtime output say Running: drush ... to keep it neat? Or should it show the entire /path/to/drush?
Requirements
Currently,
drall
simply issues thedrush
command in the shell. If thedrush
binary isn't somewhere in the$PATH
, then we get unknown command drush. Sincedrall
depends ondrush/drush
, it should be able to detect and usevendor/bin/drush
instead of simply issuing thedrush
command.Tasks
vendor/bin/drush
instead of justdrush
.Running: drush ...
to keep it neat? Or should it show the entire/path/to/drush
?