Explorar o código

fixed drush script

bach %!s(int64=2) %!d(string=hai) anos
pai
achega
93779ad3ff
Modificáronse 1 ficheiros con 2 adicións e 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 {