/**
  * Execute all:templates
  * 
  * @param  InputInterface  $input
  * @param  OutputInterface $outpu
  * @return void
  */
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     $this->outputTemplateTable($output, $this->project->allTemplates());
 }