configure() protected method

protected configure ( )
示例#1
0
 protected function configure()
 {
     parent::configure();
     $this->setName("fix-composer-lock")->setDescription('Fixes composer lock real-paths with relative-paths');
 }
示例#2
0
 protected function configure()
 {
     parent::configure();
     $this->setName("symlink")->setDescription('Symlinks internal packages to vendors');
 }
示例#3
0
 protected function configure()
 {
     parent::configure();
     $this->setName("update")->setDescription('Updates the artifacts within the artifacts repository');
 }