[PropelBundle] Added description for build command

This commit is contained in:
Francois Zaninotto 2010-06-16 22:19:39 +02:00 committed by Fabien Potencier
parent 449bf6266d
commit a71a75aa4c
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ class BuildCommand extends PhingCommand
protected function configure()
{
$this
->setDescription('Hub for Propel build commands (model, sql)')
->setDefinition(array(
new InputOption('--classes', '', InputOption::PARAMETER_NONE, 'Build only classes'),
new InputOption('--sql', '', InputOption::PARAMETER_NONE, 'Build only code'),