“console help” ignores --raw option

This commit is contained in:
Christian Schmidt 2015-02-06 17:58:23 +01:00 committed by Fabien Potencier
parent e73c5546a9
commit eabc5d8e92

View File

@ -83,7 +83,7 @@ EOF
$helper = new DescriptorHelper();
$helper->describe($output, $this->command, array(
'format' => $input->getOption('format'),
'raw' => $input->getOption('raw'),
'raw_text' => $input->getOption('raw'),
));
$this->command = null;