Kirby\Cli\Command\Install\Panel::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('install:panel')->setDescription('Installs the Kirby panel')->addOption('dev', null, InputOption::VALUE_NONE, 'Set to download the dev version from the develop branch');
    }