Jarves\Command\FrontendCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('jarves:frontend');
    }
FrontendCommand