Jarves\Command\ContentExportCommand::configure PHP Method

configure() protected method

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.');
    }