protected function configure()
 {
     parent::configure();
     $this->setName('phpcbf')->setDescription('Run Code Beautifier and Fixer on a plugin');
 }
 protected function initialize(InputInterface $input, OutputInterface $output)
 {
     parent::initialize($input, $output);
     $this->initializeExecute($output, $this->getHelper('process'));
 }