|
@@ -64,6 +64,9 @@ class UpgradeProgressChapter extends Command
|
|
|
$book = $this->option('book');
|
|
$book = $this->option('book');
|
|
|
$para = $this->option('para');
|
|
$para = $this->option('para');
|
|
|
$channelId = $this->option('channel');
|
|
$channelId = $this->option('channel');
|
|
|
|
|
+ if ($channelId) {
|
|
|
|
|
+ $this->line('channel=' . $channelId);
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
\App\Tools\Markdown::driver($this->option('driver'));
|
|
\App\Tools\Markdown::driver($this->option('driver'));
|
|
|
|
|
|