Minor tweaks on CLI application

This commit is contained in:
Romain Neutron
2014-01-06 14:58:15 +01:00
parent 09596e1451
commit 947b746ca1
2 changed files with 6 additions and 1 deletions

View File

@@ -102,4 +102,4 @@ $cli['console']->addCommands(array(
new ValidateSchemaCommand(),
));
exit($cli->runCLI());
exit(is_int($cli->run()) ? : 1);