Another one I had to figure out by reading the source code: how to make your CakePHP Shell return something else than 0 in $?. It is very easy, if you let your main() return false, your Shell will return 1 in the console. Unfortunately it is not possible to return any other value, the dispatch() function check for false (with a === even, so it should be really false, not just 0 or “”.

Categorieën: Geekstuff

0 reacties

Geef een reactie

Avatar plaatshouder

Het e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *

Deze site gebruikt Akismet om spam te verminderen. Bekijk hoe je reactie-gegevens worden verwerkt.