EzSystems\PlatformInstallerBundle\Command\InstallPlatformCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('ezplatform:install');
        $this->addArgument('type', InputArgument::REQUIRED, 'The type of install. Available options: ' . implode(', ', array_keys($this->installers)));
    }