Kraken\Console\Client\Command\Project\ProjectDestroyCommand::config PHP Method

config() protected method

protected config ( )
    protected function config()
    {
        $this->setName('project:destroy')->setDescription('Destroys project using project.config configuration.');
        $this->addOption('flags', null, InputOption::VALUE_OPTIONAL, 'Force level.', Runtime::DESTROY_FORCE_SOFT);
    }
ProjectDestroyCommand