Selaa lähdekoodia

book -> --book

visuddhinanda 2 vuotta sitten
vanhempi
sitoutus
7027772d4d
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      app/Console/Commands/UpgradeTestData.php

+ 3 - 3
app/Console/Commands/UpgradeTestData.php

@@ -41,9 +41,9 @@ class UpgradeTestData extends Command
     {
         $this->call('init:cs6sentence',[$this->argument('book')]);
         $this->call('upgrade:wbw.template',[$this->argument('book')]);
-        $this->call('upgrade:chapter.dynamic.weekly',["book"=>$this->argument('book'),"offset"=>300]);
-        $this->call('upgrade:palitext',["from"=>$this->argument('book'),"offset"=>300]);
-        $this->call('upgrade:compound',["book"=>$this->argument('book')]);
+        $this->call('upgrade:chapter.dynamic.weekly',["--book"=>$this->argument('book'),"--offset"=>300]);
+        $this->call('upgrade:palitext',[$this->argument('book')]);
+        $this->call('upgrade:compound',["--book"=>$this->argument('book')]);
         return 0;
     }
 }