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

configure() protected method

protected configure ( )
    protected function configure()
    {
        parent::configure();
        $this->setName("symlink")->setDescription('Symlinks internal packages to vendors');
    }
SymlinkCommand