Support for --verbose
This commit is contained in:
parent
fbeb29e51e
commit
7cc36ee07c
1 changed files with 4 additions and 0 deletions
|
|
@ -95,6 +95,10 @@ abstract class AbstractCommand extends ContainerAwareCommand
|
|||
protected function initialize(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
parent::initialize($input, $output);
|
||||
|
||||
if ($input->getOption('verbose')) {
|
||||
$this->additionalPhingArgs[] = 'verbose';
|
||||
}
|
||||
|
||||
$this->input = $input;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue