Jarves\Command\EntryPointsCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('jarves:entrypoints')->setDescription('Shows all available entry points.');
    }
EntryPointsCommand