Quellcode durchsuchen

fixed drush script

bach vor 2 Jahren
Ursprung
Commit
93779ad3ff
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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("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") {
   $delete = true;
 } else {