/**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setDescription('Shows number of dependencies on Magento framework')->setName('info:dependencies:show-framework');
     parent::configure();
 }
 /**
  * {@inheritdoc}
  */
 protected function configure()
 {
     $this->setDescription('Shows number of dependencies between modules')
         ->setName('info:dependencies:show-modules');
     parent::configure();
 }