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',[$this->argument('book')]); $this->call('upgrade:compound',["--book"=>$this->argument('book')]); return 0; } }