complete cache:clear command

This commit is contained in:
Manuel Raynaud
2013-06-03 15:00:07 +02:00
parent af086a55da
commit fa3f8a3bf9
3 changed files with 16 additions and 4 deletions

View File

@@ -40,6 +40,9 @@ class Application extends BaseApplication
$this->kernel = $kernel;
parent::__construct("Thelia", Thelia::THELIA_VERSION);
$this->getDefinition()->addOption(new InputOption('--env', '-e', InputOption::VALUE_REQUIRED, 'The Environment name.', $kernel->getEnvironment()));
$this->getDefinition()->addOption(new InputOption('--no-debug', null, InputOption::VALUE_NONE, 'Switches off debug mode.'));
}
public function getKernel()