->setDescription('Generate classes from given definitions.')
->addOption('no-readonly',NULL,InputOption::VALUE_NONE,'Generated files are marked as read only by default (using chmod). Use this option to turn off this behaviour.')
$this->addOption('no-readonly',NULL,InputOption::VALUE_NONE,'Generated files are marked as read only by default (using chmod). Use this option to turn off this behaviour.');