Jarves\Command\ObjectsExportCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('jarves:objects:export')->setDescription('Exports data from all objects or only one.')->addArgument('bundle', InputArgument::OPTIONAL, 'filter by bundle, short version name')->addArgument('object-key', InputArgument::OPTIONAL, 'filter by given object-key');
    }
ObjectsExportCommand