Skip to content

Commit

Permalink
pass the right object to the descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Dec 10, 2015
1 parent 829c011 commit 8cf0022
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,7 +125,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
$helper = new DescriptorHelper();
$options['format'] = $input->getOption('format');
$options['raw_text'] = $input->getOption('raw');
$options['output'] = $output;
$options['output'] = $io;
$helper->describe($output, $object, $options);

if (!$input->getArgument('name') && $input->isInteractive()) {
Expand Down

0 comments on commit 8cf0022

Please sign in to comment.