Kirby\Cli\Command\Install::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('install')->setDescription('Creates a new Kirby installation')->addArgument('path', InputArgument::OPTIONAL, 'Directory to install into', $this->dir() . '/kirby')->addOption('kit', 'k', InputOption::VALUE_OPTIONAL, 'Set to decide, which kit to install (starterkit, plainkit, langkit)', 'starterkit')->addOption('dev', null, InputOption::VALUE_NONE, 'Set to download the dev version from the develop branch');
    }