Bugfixes in confluence
This commit is contained in:
parent
4f33394c77
commit
1f4f18dccf
@ -49,7 +49,7 @@ class Publisher
|
|||||||
try {
|
try {
|
||||||
return $this->runAction($title, $this->output, $this->width, $closure);
|
return $this->runAction($title, $this->output, $this->width, $closure);
|
||||||
} catch (BadResponseException $e) {
|
} catch (BadResponseException $e) {
|
||||||
echo " X Failed with message: " . $e->getMessage() . "\n";
|
$this->output->writeLn(" <error>" . $e->getMessage() . "</error>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ class Command extends SymfonyCommand
|
|||||||
|
|
||||||
switch(strtolower($input->getOption('format'))) {
|
switch(strtolower($input->getOption('format'))) {
|
||||||
case 'confluence':
|
case 'confluence':
|
||||||
(new ConfluenceGenerator())->generate($daux, $input->getOption('destination'), $output, $width);
|
(new ConfluenceGenerator())->generate($daux, $output, $width);
|
||||||
break;
|
break;
|
||||||
case 'html':
|
case 'html':
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user