robo-drush icon indicating copy to clipboard operation
robo-drush copied to clipboard

Add support for arg() and option()

Open prudloff-insite opened this issue 4 years ago • 1 comments

To be able to do things like that:

$this->taskDrushStack()->drush('sget')->arg('system.maintenance_mode');

prudloff-insite avatar Jun 15 '20 12:06 prudloff-insite

OK so I just noticed that it works but only if these are called before drush():

$this->taskDrushStack()->arg('system.maintenance_mode')->drush('sget');

It is a bit confusing.

prudloff-insite avatar Sep 27 '21 14:09 prudloff-insite