Explorar el Código

fixed drush script

bach hace 2 años
padre
commit
93779ad3ff
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 {