Jarves\Command\ContentExportCommand::configure PHP Méthode

configure() protected méthode

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('jarves:content:export')->setDescription('Exports content from nodes and files as a package in app/jarves you can commit in git and import again.');
    }