protected function execute(InputInterface $input, OutputInterface $output)
 {
     $hookManager = HookManager::getDefaultInstance($this->projectBasepath)->setOutput($output)->setProgressBar(new ProgressBar($output));
     return $hookManager->uninstallHooks();
 }
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     $hookManager = HookManager::getDefaultInstance($this->projectBasepath)->setOutput($output)->setProgressBar(new ProgressBar($output));
     return $hookManager->checkHooks($input->getOption(self::OPTION_SKIP_OK_MESSAGE));
 }