Kirby\Cli\Command\Update::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('update')->setDescription('Updates a Kirby CMS installation')->addOption('dev', null, InputOption::VALUE_NONE, 'Set to update to the developer preview');
    }