Todaymade\Daux\Console\Serve::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('serve')->setDescription('Serve documentation')->addOption('configuration', 'c', InputOption::VALUE_REQUIRED, 'Configuration file')->addOption('source', 's', InputOption::VALUE_REQUIRED, 'Where to take the documentation from')->addOption('processor', 'p', InputOption::VALUE_REQUIRED, 'Manipulations on the tree')->addOption('themes', 't', InputOption::VALUE_REQUIRED, 'Set a different themes directory')->addOption('serve', null, InputOption::VALUE_NONE, 'Serve the current directory')->addOption('host', null, InputOption::VALUE_REQUIRED, 'The host to serve on', 'localhost')->addOption('port', null, InputOption::VALUE_REQUIRED, 'The port to serve on', 8085);
    }