MyBuilder\Conductor\Command\UpdateCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName("update")->setDescription('Updates the artifacts within the artifacts repository');
    }