Bugfixes in confluence

Cette révision appartient à :
Stéphane Goetz 2015-07-15 11:06:01 +02:00 révisé par Stéphane Goetz
Parent 4f33394c77
révision 1f4f18dccf
2 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@ -49,7 +49,7 @@ class Publisher
try {
return $this->runAction($title, $this->output, $this->width, $closure);
} catch (BadResponseException $e) {
echo " X Failed with message: " . $e->getMessage() . "\n";
$this->output->writeLn(" <error>" . $e->getMessage() . "</error>");
}
}

Voir le fichier

@ -39,7 +39,7 @@ class Command extends SymfonyCommand
switch(strtolower($input->getOption('format'))) {
case 'confluence':
(new ConfluenceGenerator())->generate($daux, $input->getOption('destination'), $output, $width);
(new ConfluenceGenerator())->generate($daux, $output, $width);
break;
case 'html':
default: