configure() protected method

Configures the current command.
protected configure ( )
 protected function configure()
 {
     parent::configure();
     $this->setName("tool:phpcpd")->setDescription('Copy/Paste Detector (CPD) for PHP code.');
 }