Browse Source

fixed drush script

bach 2 years ago
parent
commit
93779ad3ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cleanflaglist.script

+ 2 - 2
cleanflaglist.script

@@ -9,8 +9,8 @@ use Drush\Drush;
 $this->output()->writeln("Flagging collection cleaning");
 $this->output()->writeln("Flagging collection cleaning");
 
 
 // $this->output()->writeln("Hello world!");
 // $this->output()->writeln("Hello world!");
-// $this->output()->writeln("The extra options/arguments to this command were:");
-// $this->output()->writeln(print_r($extra, true));
+$this->output()->writeln("The extra options/arguments to this command were:");
+$this->output()->writeln(print_r($extra, true));
 if ($extra[0] === "delete") {
 if ($extra[0] === "delete") {
   $delete = true;
   $delete = true;
 } else {
 } else {