Hi, Doing same setup as [https://zendframework.github.io/zend-mvc-console/intro/](url), nothing is displayed by getConsoleBanner() nor getConsoleUsage(). I've done some tests to confirm that Route is found and Controller is executed. Someone's got the same issue here [https://stackoverflow.com/questions/38636186/how-to-create-zf3-console-application](url) By the way, in modules.md, line 236 and line 293 should be `];`instead of `);`. Cheers
Hi,
Doing same setup as https://zendframework.github.io/zend-mvc-console/intro/, nothing is displayed by getConsoleBanner() nor getConsoleUsage(). I've done some tests to confirm that Route is found and Controller is executed. Someone's got the same issue here https://stackoverflow.com/questions/38636186/how-to-create-zf3-console-application
By the way, in modules.md, line 236 and line 293 should be
];instead of);.Cheers