From bb5818d1b3c4bf72b766eb846e3cdd37c34c808d Mon Sep 17 00:00:00 2001 From: Bec White Date: Wed, 18 Oct 2017 18:44:43 -0500 Subject: [PATCH] Drush 9 doesn't have the --nocolor option. --- src/Drush/Task.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Drush/Task.php b/src/Drush/Task.php index fe72572..7661b42 100644 --- a/src/Drush/Task.php +++ b/src/Drush/Task.php @@ -325,13 +325,6 @@ public function main() { $command[] = $this->alias; } - if (empty($this->color)) { - $option = new Option(); - $option->setName('nocolor'); - $this->options[] = $option; - } - - if (!empty($this->root)) { $option = new Option(); $option->setName('root');