Problem with running console command (bin/cake)

Hi, I have a problem with running console command. From documentation I know that by executing only bin/cake I should receive help message but in my case I getting empty line (without any text or at least error message). Do you know what can be a problem?

I’m using cakephp v.3.5.11

Thanks in advance for any help.

Would you mind showing us the code?

Thanks for response but it’s already solved. There was problem inside bootstrap.php file when in some conditions executions was stopped. After fix it’s finally working as expected. Thanks.