N98\Magento\Command\Developer\Module\Dependencies\AbstractCommand::configure PHP Method

configure() protected method

Configure command
protected configure ( )
    protected function configure()
    {
        $this->setName(static::COMMAND_NAME)->addArgument('moduleName', InputArgument::REQUIRED, 'Module to show dependencies')->addOption('all', 'a', InputOption::VALUE_NONE, 'Show all dependencies (dependencies of dependencies)')->setDescription(static::COMMAND_DESCRIPTION)->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']');
    }