Monorepo\Command\BuildCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setDescription('Monorepo Build step generates all autoloaders for all components.')->setDefinition(array(new InputOption('no-dev', null, InputOption::VALUE_NONE, 'Disables installation of require-dev packages.'), new InputOption('optimize-autoloader', 'o', InputOption::VALUE_NONE, 'Optimize autoloader during autoloader dump')));
    }