protected function configure()
 {
     parent::configure();
     $this->setName('skcms:generate:contact-message')->setAliases(array('generate:skcms:contact-message'))->setDescription('Generates a new Doctrine entity inside a bundle and prepare it for SKCMS')->addOption('add-to-menu', null, InputOption::VALUE_NONE, 'Whether to add entity to the menu')->addOption('beauty-name', null, InputOption::VALUE_OPTIONAL, 'The beauty name in the menu')->addOption('menu-group', null, InputOption::VALUE_OPTIONAL, 'The menu where it\'s displayed in the admin');
 }
 protected function configure()
 {
     parent::configure();
     $this->setName('skcms:generate:page')->setAliases(array('generate:skcms:page'))->setDescription('Generates a new Doctrine page entity inside a bundle and prepare it for SKCMS');
 }