Skip to content

Commit

Permalink
Drush 9 doesn't have the --nocolor option.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Oct 18, 2017
1 parent 29b8861 commit bb5818d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Drush/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit bb5818d

Please sign in to comment.