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

configure() protected method

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