Shopware\Install\Command\ShopwareInstallReleaseCommand::addInstallerOptions PHP Method

addInstallerOptions() private method

private addInstallerOptions ( )
    private function addInstallerOptions()
    {
        $this->addOption('release', 'r', InputOption::VALUE_REQUIRED, 'Release version. Default: Latest')->addOption('install-dir', 'i', InputOption::VALUE_REQUIRED, 'Install directory');
    }