Jarves\Command\ObjectsCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName('jarves:objects')->setDescription('Shows all available objects.')->addArgument('object-key', InputArgument::OPTIONAL, 'filter by given object-key');
    }
ObjectsCommand