Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow commands to return an exit code (#3078)
It is important for any program to exit with a non-zero exit code if it encountered an error. In Symfony console commands it's common to return with an exit code in the execute() method of a command. Drupal Console disregards this exit code in Application::doRun(), making it harder to use Drupal Console in a scriptable way.
- Loading branch information