spiral / app

Spiral Framework Skeleton HTTP Application: Queue, Console, Cycle ORM
https://spiral.dev/
MIT License
191 stars 20 forks source link

Exit with 255 on App::init() failure #43

Closed vladgorenkin closed 2 years ago

vladgorenkin commented 2 years ago

php app.php should return 255 if application is not able to init. It's important for CI/CD purposes where checking exit code is the most convenient way to know if command executed properly