Kirby\Cli\Command\Update::configure PHP 메소드

configure() 보호된 메소드

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');
    }