askMultiLineQuestion example

$shopwareEdition = ShopwareEdition::createFromEditionAndLicence($edition$license);

        return $shopwareEdition;
    }

    /** * @return string */
    private function askLicence()
    {
        return $this->IOHelper->askMultiLineQuestion(
            new Question("Please provide licence. An empty line will exit the input: \n")
        );
    }

    private function printStartMessage()
    {
        $version = $this->container->offsetGet('shopware.version');

        $this->IOHelper->cls();
        $this->IOHelper->printBanner();
        $this->IOHelper->writeln(sprintf('<info>Welcome to the Shopware %s installer</info>', $version));
        
Home | Imprint | This part of the site doesn't use cookies.